Html Css Color HEX #9CAB8C Norway

📋 copy color: '#9CAB8C'

red 156 ◦ green 171 ◦ blue 140

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

Shades of Norway #9CAB8C

Tints of Norway #9CAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 33.4%
G = 36.62%
B = 29.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9CAB8C (or 0x9CAB8C) is known color: Norway. HEX triplet: 9C, AB and 8C. RGB value is (156,171,140). Sum of RGB (Red+Green+Blue) = 156+171+140=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB8C is #635473. Grayscale: #A3A3A3. Windows color (decimal): -6509684 or 9218972. OLE color: 9218972.

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

Color convert

RGB 156 171 140 -
CMYK 0.09 0 0.18 0.33
HSL 89.03º 0.16% 0.61% -
HSV(B) 89.03º 0.18% 0.67% -
XYZ 33.01 38.09 30.42 -
YUV 162.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 156 171 140 0.09 0 0.18 0.33 89.03 0.16 0.61
Hex 9C AB 8C 9 0 12 21 59 10 3D
Octal 234 253 214 11 0 22 41 131 20 75
Binary 10011100 10101011 10001100 1001 0 10010 100001 1011001 10000 111101

Color Harmonies of #9CAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB8C

Black with #9CAB8C

Text Example


Text Example

White with #9CAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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