Html Css Color HEX #96B785 Norway

📋 copy color: '#96B785'

red 150 ◦ green 183 ◦ blue 133

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

Shades of Norway #96B785

Tints of Norway #96B785

RGB

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

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

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

R = 32.19%
G = 39.27%
B = 28.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#96B785 (or 0x96B785) is known color: Norway. HEX triplet: 96, B7 and 85. RGB value is (150,183,133). Sum of RGB (Red+Green+Blue) = 150+183+133=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #96B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B785 is #69487A. Grayscale: #A7A7A7. Windows color (decimal): -6899835 or 8763286. OLE color: 8763286.

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

Color convert

RGB 150 183 133 -
CMYK 0.18 0 0.27 0.28
HSL 99.6º 0.26% 0.62% -
HSV(B) 99.6º 0.27% 0.72% -
XYZ 33.74 42.04 28.53 -
YUV 167.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 150 183 133 0.18 0 0.27 0.28 99.6 0.26 0.62
Hex 96 B7 85 12 0 1B 1C 64 1A 3E
Octal 226 267 205 22 0 33 34 144 32 76
Binary 10010110 10110111 10000101 10010 0 11011 11100 1100100 11010 111110

Color Harmonies of #96B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B785

Black with #96B785

Text Example


Text Example

White with #96B785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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