Html Css Color HEX #96AB85 Norway

📋 copy color: '#96AB85'

red 150 ◦ green 171 ◦ blue 133

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

Shades of Norway #96AB85

Tints of Norway #96AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.67%

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

R = 33.04%
G = 37.67%
B = 29.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#96AB85 (or 0x96AB85) is known color: Norway. HEX triplet: 96, AB and 85. RGB value is (150,171,133). Sum of RGB (Red+Green+Blue) = 150+171+133=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB85 is #69547A. Grayscale: #A0A0A0. Windows color (decimal): -6902907 or 8760214. OLE color: 8760214.

HSL color Cylindrical-coordinate representation of color #96AB85: hue angle of 93.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96AB85 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 133 -
CMYK 0.12 0 0.22 0.33
HSL 93.16º 0.18% 0.6% -
HSV(B) 93.16º 0.22% 0.67% -
XYZ 31.37 37.3 27.74 -
YUV 160.39 112.54 120.59 -
System Red Green Blue C M Y K H S L
Decimal 150 171 133 0.12 0 0.22 0.33 93.16 0.18 0.6
Hex 96 AB 85 C 0 16 21 5D 12 3C
Octal 226 253 205 14 0 26 41 135 22 74
Binary 10010110 10101011 10000101 1100 0 10110 100001 1011101 10010 111100

Color Harmonies of #96AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB85

Black with #96AB85

Text Example


Text Example

White with #96AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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