Html Css Color HEX #9CBA8C Norway

📋 copy color: '#9CBA8C'

red 156 ◦ green 186 ◦ blue 140

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

Shades of Norway #9CBA8C

Tints of Norway #9CBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

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

R = 32.37%
G = 38.59%
B = 29.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9CBA8C (or 0x9CBA8C) is known color: Norway. HEX triplet: 9C, BA and 8C. RGB value is (156,186,140). Sum of RGB (Red+Green+Blue) = 156+186+140=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA8C is #634573. Grayscale: #ABABAB. Windows color (decimal): -6505844 or 9222812. OLE color: 9222812.

HSL color Cylindrical-coordinate representation of color #9CBA8C: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBA8C is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 140 -
CMYK 0.16 0 0.25 0.27
HSL 99.13º 0.25% 0.64% -
HSV(B) 99.13º 0.25% 0.73% -
XYZ 36 44.08 31.42 -
YUV 171.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 156 186 140 0.16 0 0.25 0.27 99.13 0.25 0.64
Hex 9C BA 8C 10 0 19 1B 63 19 40
Octal 234 272 214 20 0 31 33 143 31 100
Binary 10011100 10111010 10001100 10000 0 11001 11011 1100011 11001 1000000

Color Harmonies of #9CBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA8C

Black with #9CBA8C

Text Example


Text Example

White with #9CBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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