Html Css Color HEX #96B787 Norway

📋 copy color: '#96B787'

red 150 ◦ green 183 ◦ blue 135

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

Shades of Norway #96B787

Tints of Norway #96B787

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

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

R = 32.05%
G = 39.1%
B = 28.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#96B787 (or 0x96B787) is known color: Norway. HEX triplet: 96, B7 and 87. RGB value is (150,183,135). Sum of RGB (Red+Green+Blue) = 150+183+135=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #96B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B787 is #694878. Grayscale: #A7A7A7. Windows color (decimal): -6899833 or 8894358. OLE color: 8894358.

HSL color Cylindrical-coordinate representation of color #96B787: hue angle of 101.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B787 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 135 -
CMYK 0.18 0 0.26 0.28
HSL 101.25º 0.25% 0.62% -
HSV(B) 101.25º 0.26% 0.72% -
XYZ 33.88 42.1 29.26 -
YUV 167.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 150 183 135 0.18 0 0.26 0.28 101.25 0.25 0.62
Hex 96 B7 87 12 0 1A 1C 65 19 3E
Octal 226 267 207 22 0 32 34 145 31 76
Binary 10010110 10110111 10000111 10010 0 11010 11100 1100101 11001 111110

Color Harmonies of #96B787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B787

Black with #96B787

Text Example


Text Example

White with #96B787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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