Html Css Color HEX #C2C092 Green Mist

📋 copy color: '#C2C092'

red 194 ◦ green 192 ◦ blue 146

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

Shades of Green Mist #C2C092

Tints of Green Mist #C2C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 36.47%
G = 36.09%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2C092 (or 0xC2C092) is known color: Green Mist. HEX triplet: C2, C0 and 92. RGB value is (194,192,146). Sum of RGB (Red+Green+Blue) = 194+192+146=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C092 is #3D3F6D. Grayscale: #BBBBBB. Windows color (decimal): -4013934 or 9617602. OLE color: 9617602.

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

Color convert

RGB 194 192 146 -
CMYK 0 0.01 0.25 0.24
HSL 57.5º 0.28% 0.67% -
HSV(B) 57.5º 0.25% 0.76% -
XYZ 46.29 51.24 34.65 -
YUV 187.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 194 192 146 0 0.01 0.25 0.24 57.5 0.28 0.67
Hex C2 C0 92 0 1 19 18 3A 1C 43
Octal 302 300 222 0 1 31 30 72 34 103
Binary 11000010 11000000 10010010 0 1 11001 11000 111010 11100 1000011

Color Harmonies of #C2C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C092

Black with #C2C092

Text Example


Text Example

White with #C2C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C092; }

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

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

background-color css

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

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

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

border-color css

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

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

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