Html Css Color HEX #9CAF89 Norway

📋 copy color: '#9CAF89'

red 156 ◦ green 175 ◦ blue 137

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

Shades of Norway #9CAF89

Tints of Norway #9CAF89

RGB

 RED value IS 156 (61.33% from 255) = 33.33%

 GREEN value IS 175 (68.75% from 255) = 37.39%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 33.33%
G = 37.39%
B = 29.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9CAF89 (or 0x9CAF89) is known color: Norway. HEX triplet: 9C, AF and 89. RGB value is (156,175,137). Sum of RGB (Red+Green+Blue) = 156+175+137=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF89 is #635076. Grayscale: #A5A5A5. Windows color (decimal): -6508663 or 9023388. OLE color: 9023388.

HSL color Cylindrical-coordinate representation of color #9CAF89: hue angle of 90º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CAF89 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 137 -
CMYK 0.11 0 0.22 0.31
HSL 90º 0.19% 0.61% -
HSV(B) 90º 0.22% 0.69% -
XYZ 33.56 39.53 29.53 -
YUV 164.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 156 175 137 0.11 0 0.22 0.31 90 0.19 0.61
Hex 9C AF 89 B 0 16 1F 5A 13 3D
Octal 234 257 211 13 0 26 37 132 23 75
Binary 10011100 10101111 10001001 1011 0 10110 11111 1011010 10011 111101

Color Harmonies of #9CAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF89

Black with #9CAF89

Text Example


Text Example

White with #9CAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAF89; }

 p { color: rgb(156,175,137); }

 H1.HeaderClassName
 {
   color: #9CAF89;
 }
 .AnyTagClassName
 {
   color: #9CAF89;
 }
</style>

background-color css

<style>
 a { background-color: #9CAF89; }

 a { background-color: rgb(156,175,137); }

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

border-color css

<style>
 span { border-color: #9CAF89; }

 span { border-color: rgb(156,175,137); }

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