Html Css Color HEX #9CA98E Norway

📋 copy color: '#9CA98E'

red 156 ◦ green 169 ◦ blue 142

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

Shades of Norway #9CA98E

Tints of Norway #9CA98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 33.4%
G = 36.19%
B = 30.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#9CA98E (or 0x9CA98E) is known color: Norway. HEX triplet: 9C, A9 and 8E. RGB value is (156,169,142). Sum of RGB (Red+Green+Blue) = 156+169+142=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA98E is #635671. Grayscale: #A2A2A2. Windows color (decimal): -6510194 or 9349532. OLE color: 9349532.

HSL color Cylindrical-coordinate representation of color #9CA98E: hue angle of 88.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CA98E is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 142 -
CMYK 0.08 0 0.16 0.34
HSL 88.89º 0.14% 0.61% -
HSV(B) 88.89º 0.16% 0.66% -
XYZ 32.78 37.4 31.08 -
YUV 162.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 156 169 142 0.08 0 0.16 0.34 88.89 0.14 0.61
Hex 9C A9 8E 8 0 10 22 59 E 3D
Octal 234 251 216 10 0 20 42 131 16 75
Binary 10011100 10101001 10001110 1000 0 10000 100010 1011001 1110 111101

Color Harmonies of #9CA98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA98E

Black with #9CA98E

Text Example


Text Example

White with #9CA98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,142); }

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

background-color css

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

 a { background-color: rgb(156,169,142); }

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

border-color css

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

 span { border-color: rgb(156,169,142); }

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