Html Css Color HEX #95A984 Norway

📋 copy color: '#95A984'

red 149 ◦ green 169 ◦ blue 132

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

Shades of Norway #95A984

Tints of Norway #95A984

RGB

 RED value IS 149 (58.59% from 255) = 33.11%

 GREEN value IS 169 (66.41% from 255) = 37.56%

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

R = 33.11%
G = 37.56%
B = 29.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#95A984 (or 0x95A984) is known color: Norway. HEX triplet: 95, A9 and 84. RGB value is (149,169,132). Sum of RGB (Red+Green+Blue) = 149+169+132=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #95A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A984 is #6A567B. Grayscale: #9E9E9E. Windows color (decimal): -6968956 or 8694165. OLE color: 8694165.

HSL color Cylindrical-coordinate representation of color #95A984: hue angle of 92.43º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A984 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 169 132 -
CMYK 0.12 0 0.22 0.34
HSL 92.43º 0.18% 0.59% -
HSV(B) 92.43º 0.22% 0.66% -
XYZ 30.75 36.43 27.24 -
YUV 158.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 149 169 132 0.12 0 0.22 0.34 92.43 0.18 0.59
Hex 95 A9 84 C 0 16 22 5C 12 3B
Octal 225 251 204 14 0 26 42 134 22 73
Binary 10010101 10101001 10000100 1100 0 10110 100010 1011100 10010 111011

Color Harmonies of #95A984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A984

Black with #95A984

Text Example


Text Example

White with #95A984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A984; }

 p { color: rgb(149,169,132); }

 H1.HeaderClassName
 {
   color: #95A984;
 }
 .AnyTagClassName
 {
   color: #95A984;
 }
</style>

background-color css

<style>
 a { background-color: #95A984; }

 a { background-color: rgb(149,169,132); }

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

border-color css

<style>
 span { border-color: #95A984; }

 span { border-color: rgb(149,169,132); }

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