Html Css Color HEX #9CAB8E Norway

📋 copy color: '#9CAB8E'

red 156 ◦ green 171 ◦ blue 142

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

Shades of Norway #9CAB8E

Tints of Norway #9CAB8E

RGB

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

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

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

R = 33.26%
G = 36.46%
B = 30.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#9CAB8E (or 0x9CAB8E) is known color: Norway. HEX triplet: 9C, AB and 8E. RGB value is (156,171,142). Sum of RGB (Red+Green+Blue) = 156+171+142=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB8E is #635471. Grayscale: #A3A3A3. Windows color (decimal): -6509682 or 9350044. OLE color: 9350044.

HSL color Cylindrical-coordinate representation of color #9CAB8E: hue angle of 91.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAB8E is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 171 142 -
CMYK 0.09 0 0.17 0.33
HSL 91.03º 0.15% 0.61% -
HSV(B) 91.03º 0.17% 0.67% -
XYZ 33.16 38.15 31.21 -
YUV 163.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 156 171 142 0.09 0 0.17 0.33 91.03 0.15 0.61
Hex 9C AB 8E 9 0 11 21 5B F 3D
Octal 234 253 216 11 0 21 41 133 17 75
Binary 10011100 10101011 10001110 1001 0 10001 100001 1011011 1111 111101

Color Harmonies of #9CAB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB8E

Black with #9CAB8E

Text Example


Text Example

White with #9CAB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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