Html Css Color HEX #C2CB95 Green Mist

📋 copy color: '#C2CB95'

red 194 ◦ green 203 ◦ blue 149

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

Shades of Green Mist #C2CB95

Tints of Green Mist #C2CB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 35.53%
G = 37.18%
B = 27.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#C2CB95 (or 0xC2CB95) is known color: Green Mist. HEX triplet: C2, CB and 95. RGB value is (194,203,149). Sum of RGB (Red+Green+Blue) = 194+203+149=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB95 is #3D346A. Grayscale: #C2C2C2. Windows color (decimal): -4011115 or 9817026. OLE color: 9817026.

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

Color convert

RGB 194 203 149 -
CMYK 0.04 0 0.27 0.20
HSL 70º 0.34% 0.69% -
HSV(B) 70º 0.27% 0.8% -
XYZ 49.03 56.35 36.73 -
YUV 194.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 194 203 149 0.04 0 0.27 0.20 70 0.34 0.69
Hex C2 CB 95 4 0 1B 14 46 22 45
Octal 302 313 225 4 0 33 24 106 42 105
Binary 11000010 11001011 10010101 100 0 11011 10100 1000110 100010 1000101

Color Harmonies of #C2CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CB95

Black with #C2CB95

Text Example


Text Example

White with #C2CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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