Html Css Color HEX #C2CB9C Green Mist

📋 copy color: '#C2CB9C'

red 194 ◦ green 203 ◦ blue 156

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

Shades of Green Mist #C2CB9C

Tints of Green Mist #C2CB9C

RGB

 RED value IS 194 (76.17% from 255) = 35.08%

 GREEN value IS 203 (79.69% from 255) = 36.71%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 35.08%
G = 36.71%
B = 28.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#C2CB9C (or 0xC2CB9C) is known color: Green Mist. HEX triplet: C2, CB and 9C. RGB value is (194,203,156). Sum of RGB (Red+Green+Blue) = 194+203+156=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB9C is #3D3463. Grayscale: #C3C3C3. Windows color (decimal): -4011108 or 10275778. OLE color: 10275778.

HSL color Cylindrical-coordinate representation of color #C2CB9C: hue angle of 71.49º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CB9C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 203 156 -
CMYK 0.04 0 0.23 0.20
HSL 71.49º 0.31% 0.7% -
HSV(B) 71.49º 0.23% 0.8% -
XYZ 49.6 56.58 39.76 -
YUV 194.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 194 203 156 0.04 0 0.23 0.20 71.49 0.31 0.7
Hex C2 CB 9C 4 0 17 14 47 1F 46
Octal 302 313 234 4 0 27 24 107 37 106
Binary 11000010 11001011 10011100 100 0 10111 10100 1000111 11111 1000110

Color Harmonies of #C2CB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB9C

Black with #C2CB9C

Text Example


Text Example

White with #C2CB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB9C; }

 p { color: rgb(194,203,156); }

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

background-color css

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

 a { background-color: rgb(194,203,156); }

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

border-color css

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

 span { border-color: rgb(194,203,156); }

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