Html Css Color HEX #96B587 Norway

📋 copy color: '#96B587'

red 150 ◦ green 181 ◦ blue 135

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

Shades of Norway #96B587

Tints of Norway #96B587

RGB

 RED value IS 150 (58.98% from 255) = 32.19%

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 32.19%
G = 38.84%
B = 28.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#96B587 (or 0x96B587) is known color: Norway. HEX triplet: 96, B5 and 87. RGB value is (150,181,135). Sum of RGB (Red+Green+Blue) = 150+181+135=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #96B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B587 is #694A78. Grayscale: #A6A6A6. Windows color (decimal): -6900345 or 8893846. OLE color: 8893846.

HSL color Cylindrical-coordinate representation of color #96B587: hue angle of 100.43º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96B587 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 135 -
CMYK 0.17 0 0.25 0.29
HSL 100.43º 0.24% 0.62% -
HSV(B) 100.43º 0.25% 0.71% -
XYZ 33.47 41.28 29.13 -
YUV 166.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 150 181 135 0.17 0 0.25 0.29 100.43 0.24 0.62
Hex 96 B5 87 11 0 19 1D 64 18 3E
Octal 226 265 207 21 0 31 35 144 30 76
Binary 10010110 10110101 10000111 10001 0 11001 11101 1100100 11000 111110

Color Harmonies of #96B587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B587

Black with #96B587

Text Example


Text Example

White with #96B587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B587; }

 p { color: rgb(150,181,135); }

 H1.HeaderClassName
 {
   color: #96B587;
 }
 .AnyTagClassName
 {
   color: #96B587;
 }
</style>

background-color css

<style>
 a { background-color: #96B587; }

 a { background-color: rgb(150,181,135); }

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

border-color css

<style>
 span { border-color: #96B587; }

 span { border-color: rgb(150,181,135); }

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