Html Css Color HEX #C2CB9D Green Mist

📋 copy color: '#C2CB9D'

red 194 ◦ green 203 ◦ blue 157

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

Shades of Green Mist #C2CB9D

Tints of Green Mist #C2CB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 35.02%
G = 36.64%
B = 28.34%

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

#C2CB9D (or 0xC2CB9D) is known color: Green Mist. HEX triplet: C2, CB and 9D. RGB value is (194,203,157). Sum of RGB (Red+Green+Blue) = 194+203+157=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB9D is #3D3462. Grayscale: #C3C3C3. Windows color (decimal): -4011107 or 10341314. OLE color: 10341314.

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

Color convert

RGB 194 203 157 -
CMYK 0.04 0 0.23 0.20
HSL 71.74º 0.31% 0.71% -
HSV(B) 71.74º 0.23% 0.8% -
XYZ 49.69 56.62 40.21 -
YUV 195.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 194 203 157 0.04 0 0.23 0.20 71.74 0.31 0.71
Hex C2 CB 9D 4 0 17 14 48 1F 47
Octal 302 313 235 4 0 27 24 110 37 107
Binary 11000010 11001011 10011101 100 0 10111 10100 1001000 11111 1000111

Color Harmonies of #C2CB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB9D

Black with #C2CB9D

Text Example


Text Example

White with #C2CB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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