Html Css Color HEX #96B487 Norway

📋 copy color: '#96B487'

red 150 ◦ green 180 ◦ blue 135

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

Shades of Norway #96B487

Tints of Norway #96B487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 32.26%
G = 38.71%
B = 29.03%

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

#96B487 (or 0x96B487) is known color: Norway. HEX triplet: 96, B4 and 87. RGB value is (150,180,135). Sum of RGB (Red+Green+Blue) = 150+180+135=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #96B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B487 is #694B78. Grayscale: #A6A6A6. Windows color (decimal): -6900601 or 8893590. OLE color: 8893590.

HSL color Cylindrical-coordinate representation of color #96B487: hue angle of 100º degrees, saturation: 0.23, 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 #96B487 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 135 -
CMYK 0.17 0 0.25 0.29
HSL 100º 0.23% 0.62% -
HSV(B) 100º 0.25% 0.71% -
XYZ 33.27 40.88 29.06 -
YUV 165.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 150 180 135 0.17 0 0.25 0.29 100 0.23 0.62
Hex 96 B4 87 11 0 19 1D 64 17 3E
Octal 226 264 207 21 0 31 35 144 27 76
Binary 10010110 10110100 10000111 10001 0 11001 11101 1100100 10111 111110

Color Harmonies of #96B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B487

Black with #96B487

Text Example


Text Example

White with #96B487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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