Html Css Color HEX #96B287 Norway

📋 copy color: '#96B287'

red 150 ◦ green 178 ◦ blue 135

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

Shades of Norway #96B287

Tints of Norway #96B287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.44%

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

R = 32.4%
G = 38.44%
B = 29.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#96B287 (or 0x96B287) is known color: Norway. HEX triplet: 96, B2 and 87. RGB value is (150,178,135). Sum of RGB (Red+Green+Blue) = 150+178+135=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #96B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B287 is #694D78. Grayscale: #A4A4A4. Windows color (decimal): -6901113 or 8893078. OLE color: 8893078.

HSL color Cylindrical-coordinate representation of color #96B287: hue angle of 99.07º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96B287 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 135 -
CMYK 0.16 0 0.24 0.30
HSL 99.07º 0.22% 0.61% -
HSV(B) 99.07º 0.24% 0.7% -
XYZ 32.87 40.07 28.92 -
YUV 164.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 150 178 135 0.16 0 0.24 0.30 99.07 0.22 0.61
Hex 96 B2 87 10 0 18 1E 63 16 3D
Octal 226 262 207 20 0 30 36 143 26 75
Binary 10010110 10110010 10000111 10000 0 11000 11110 1100011 10110 111101

Color Harmonies of #96B287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B287

Black with #96B287

Text Example


Text Example

White with #96B287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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