Html Css Color HEX #C2C093 Green Mist

📋 copy color: '#C2C093'

red 194 ◦ green 192 ◦ blue 147

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

Shades of Green Mist #C2C093

Tints of Green Mist #C2C093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 147 (57.81% from 255) = 27.58%

R = 36.4%
G = 36.02%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2C093 (or 0xC2C093) is known color: Green Mist. HEX triplet: C2, C0 and 93. RGB value is (194,192,147). Sum of RGB (Red+Green+Blue) = 194+192+147=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C093 is #3D3F6C. Grayscale: #BBBBBB. Windows color (decimal): -4013933 or 9683138. OLE color: 9683138.

HSL color Cylindrical-coordinate representation of color #C2C093: hue angle of 57.45º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C093 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 147 -
CMYK 0 0.01 0.24 0.24
HSL 57.45º 0.28% 0.67% -
HSV(B) 57.45º 0.24% 0.76% -
XYZ 46.36 51.28 35.06 -
YUV 187.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 194 192 147 0 0.01 0.24 0.24 57.45 0.28 0.67
Hex C2 C0 93 0 1 18 18 39 1C 43
Octal 302 300 223 0 1 30 30 71 34 103
Binary 11000010 11000000 10010011 0 1 11000 11000 111001 11100 1000011

Color Harmonies of #C2C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C093

Black with #C2C093

Text Example


Text Example

White with #C2C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C093; }

 p { color: rgb(194,192,147); }

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

background-color css

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

 a { background-color: rgb(194,192,147); }

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

border-color css

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

 span { border-color: rgb(194,192,147); }

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