Html Css Color HEX #96BA87 Norway

📋 copy color: '#96BA87'

red 150 ◦ green 186 ◦ blue 135

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

Shades of Norway #96BA87

Tints of Norway #96BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 31.85%
G = 39.49%
B = 28.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#96BA87 (or 0x96BA87) is known color: Norway. HEX triplet: 96, BA and 87. RGB value is (150,186,135). Sum of RGB (Red+Green+Blue) = 150+186+135=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA87 is #694578. Grayscale: #A9A9A9. Windows color (decimal): -6899065 or 8895126. OLE color: 8895126.

HSL color Cylindrical-coordinate representation of color #96BA87: hue angle of 102.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BA87 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 135 -
CMYK 0.19 0 0.27 0.27
HSL 102.35º 0.27% 0.63% -
HSV(B) 102.35º 0.27% 0.73% -
XYZ 34.51 43.35 29.47 -
YUV 169.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 150 186 135 0.19 0 0.27 0.27 102.35 0.27 0.63
Hex 96 BA 87 13 0 1B 1B 66 1B 3F
Octal 226 272 207 23 0 33 33 146 33 77
Binary 10010110 10111010 10000111 10011 0 11011 11011 1100110 11011 111111

Color Harmonies of #96BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA87

Black with #96BA87

Text Example


Text Example

White with #96BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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