Html Css Color HEX #C2C59B Green Mist

📋 copy color: '#C2C59B'

red 194 ◦ green 197 ◦ blue 155

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

Shades of Green Mist #C2C59B

Tints of Green Mist #C2C59B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.08%

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 35.53%
G = 36.08%
B = 28.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C2C59B (or 0xC2C59B) is known color: Green Mist. HEX triplet: C2, C5 and 9B. RGB value is (194,197,155). Sum of RGB (Red+Green+Blue) = 194+197+155=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C59B is #3D3A64. Grayscale: #BFBFBF. Windows color (decimal): -4012645 or 10208706. OLE color: 10208706.

HSL color Cylindrical-coordinate representation of color #C2C59B: hue angle of 64.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2C59B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 155 -
CMYK 0.02 0 0.21 0.23
HSL 64.29º 0.27% 0.69% -
HSV(B) 64.29º 0.21% 0.77% -
XYZ 48.13 53.77 38.85 -
YUV 191.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 194 197 155 0.02 0 0.21 0.23 64.29 0.27 0.69
Hex C2 C5 9B 2 0 15 17 40 1B 45
Octal 302 305 233 2 0 25 27 100 33 105
Binary 11000010 11000101 10011011 10 0 10101 10111 1000000 11011 1000101

Color Harmonies of #C2C59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C59B

Black with #C2C59B

Text Example


Text Example

White with #C2C59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C59B; }

 p { color: rgb(194,197,155); }

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

background-color css

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

 a { background-color: rgb(194,197,155); }

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

border-color css

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

 span { border-color: rgb(194,197,155); }

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