Html Css Color HEX #9BB385 Norway

📋 copy color: '#9BB385'

red 155 ◦ green 179 ◦ blue 133

#9BB385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9BB385

Tints of Norway #9BB385

RGB

 RED value IS 155 (60.94% from 255) = 33.19%

 GREEN value IS 179 (70.31% from 255) = 38.33%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 33.19%
G = 38.33%
B = 28.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BB385 (or 0x9BB385) is known color: Norway. HEX triplet: 9B, B3 and 85. RGB value is (155,179,133). Sum of RGB (Red+Green+Blue) = 155+179+133=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB385 is #644C7A. Grayscale: #A6A6A6. Windows color (decimal): -6573179 or 8762267. OLE color: 8762267.

HSL color Cylindrical-coordinate representation of color #9BB385: hue angle of 91.3º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB385 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 155 179 133 -
CMYK 0.13 0 0.26 0.30
HSL 91.3º 0.23% 0.61% -
HSV(B) 91.3º 0.26% 0.7% -
XYZ 33.87 40.9 28.3 -
YUV 166.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 155 179 133 0.13 0 0.26 0.30 91.3 0.23 0.61
Hex 9B B3 85 D 0 1A 1E 5B 17 3D
Octal 233 263 205 15 0 32 36 133 27 75
Binary 10011011 10110011 10000101 1101 0 11010 11110 1011011 10111 111101

Color Harmonies of #9BB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB385

Black with #9BB385

Text Example


Text Example

White with #9BB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB385; }

 p { color: rgb(155,179,133); }

 H1.HeaderClassName
 {
   color: #9BB385;
 }
 .AnyTagClassName
 {
   color: #9BB385;
 }
</style>

background-color css

<style>
 a { background-color: #9BB385; }

 a { background-color: rgb(155,179,133); }

 div.DivClassName
 {
   background-color: #9BB385;
 }
 .BgClassName
 {
   background-color: #9BB385;
 }
</style>

border-color css

<style>
 span { border-color: #9BB385; }

 span { border-color: rgb(155,179,133); }

 td.TdClassName
 {
   border-color: #9BB385;
 }
 .TagClassName
 {
   border-color: #9BB385;
 }
</style>