Html Css Color HEX #9CAC8C Norway

📋 copy color: '#9CAC8C'

red 156 ◦ green 172 ◦ blue 140

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

Shades of Norway #9CAC8C

Tints of Norway #9CAC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 33.33%
G = 36.75%
B = 29.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#9CAC8C (or 0x9CAC8C) is known color: Norway. HEX triplet: 9C, AC and 8C. RGB value is (156,172,140). Sum of RGB (Red+Green+Blue) = 156+172+140=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC8C is #635373. Grayscale: #A3A3A3. Windows color (decimal): -6509428 or 9219228. OLE color: 9219228.

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

Color convert

RGB 156 172 140 -
CMYK 0.09 0 0.19 0.33
HSL 90º 0.16% 0.61% -
HSV(B) 90º 0.19% 0.67% -
XYZ 33.2 38.47 30.49 -
YUV 163.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 156 172 140 0.09 0 0.19 0.33 90 0.16 0.61
Hex 9C AC 8C 9 0 13 21 5A 10 3D
Octal 234 254 214 11 0 23 41 132 20 75
Binary 10011100 10101100 10001100 1001 0 10011 100001 1011010 10000 111101

Color Harmonies of #9CAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC8C

Black with #9CAC8C

Text Example


Text Example

White with #9CAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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