Html Css Color HEX #96B585 Norway

📋 copy color: '#96B585'

red 150 ◦ green 181 ◦ blue 133

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

Shades of Norway #96B585

Tints of Norway #96B585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.66%

R = 32.33%
G = 39.01%
B = 28.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#96B585 (or 0x96B585) is known color: Norway. HEX triplet: 96, B5 and 85. RGB value is (150,181,133). Sum of RGB (Red+Green+Blue) = 150+181+133=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #96B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B585 is #694A7A. Grayscale: #A6A6A6. Windows color (decimal): -6900347 or 8762774. OLE color: 8762774.

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

Color convert

RGB 150 181 133 -
CMYK 0.17 0 0.27 0.29
HSL 98.75º 0.24% 0.62% -
HSV(B) 98.75º 0.27% 0.71% -
XYZ 33.34 41.23 28.39 -
YUV 166.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 150 181 133 0.17 0 0.27 0.29 98.75 0.24 0.62
Hex 96 B5 85 11 0 1B 1D 63 18 3E
Octal 226 265 205 21 0 33 35 143 30 76
Binary 10010110 10110101 10000101 10001 0 11011 11101 1100011 11000 111110

Color Harmonies of #96B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B585

Black with #96B585

Text Example


Text Example

White with #96B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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