Html Css Color HEX #96A784 Norway

📋 copy color: '#96A784'

red 150 ◦ green 167 ◦ blue 132

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

Shades of Norway #96A784

Tints of Norway #96A784

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 33.41%
G = 37.19%
B = 29.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#96A784 (or 0x96A784) is known color: Norway. HEX triplet: 96, A7 and 84. RGB value is (150,167,132). Sum of RGB (Red+Green+Blue) = 150+167+132=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #96A784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A784 is #69587B. Grayscale: #9E9E9E. Windows color (decimal): -6903932 or 8693654. OLE color: 8693654.

HSL color Cylindrical-coordinate representation of color #96A784: hue angle of 89.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A784 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 167 132 -
CMYK 0.10 0 0.21 0.35
HSL 89.14º 0.17% 0.59% -
HSV(B) 89.14º 0.21% 0.65% -
XYZ 30.56 35.79 27.13 -
YUV 157.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 150 167 132 0.10 0 0.21 0.35 89.14 0.17 0.59
Hex 96 A7 84 A 0 15 23 59 11 3B
Octal 226 247 204 12 0 25 43 131 21 73
Binary 10010110 10100111 10000100 1010 0 10101 100011 1011001 10001 111011

Color Harmonies of #96A784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A784

Black with #96A784

Text Example


Text Example

White with #96A784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,167,132); }

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

background-color css

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

 a { background-color: rgb(150,167,132); }

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

border-color css

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

 span { border-color: rgb(150,167,132); }

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