Html Css Color HEX #C0C492 Green Mist

📋 copy color: '#C0C492'

red 192 ◦ green 196 ◦ blue 146

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

Shades of Green Mist #C0C492

Tints of Green Mist #C0C492

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

 GREEN value IS 196 (76.95% from 255) = 36.7%

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

R = 35.96%
G = 36.7%
B = 27.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C0C492 (or 0xC0C492) is known color: Green Mist. HEX triplet: C0, C4 and 92. RGB value is (192,196,146). Sum of RGB (Red+Green+Blue) = 192+196+146=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C492 is #3F3B6D. Grayscale: #BDBDBD. Windows color (decimal): -4143982 or 9618624. OLE color: 9618624.

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

Color convert

RGB 192 196 146 -
CMYK 0.02 0 0.26 0.23
HSL 64.8º 0.3% 0.67% -
HSV(B) 64.8º 0.26% 0.77% -
XYZ 46.67 52.76 34.92 -
YUV 189.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 192 196 146 0.02 0 0.26 0.23 64.8 0.3 0.67
Hex C0 C4 92 2 0 1A 17 41 1E 43
Octal 300 304 222 2 0 32 27 101 36 103
Binary 11000000 11000100 10010010 10 0 11010 10111 1000001 11110 1000011

Color Harmonies of #C0C492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C492

Black with #C0C492

Text Example


Text Example

White with #C0C492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C492; }

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

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

background-color css

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

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

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

border-color css

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

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

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