Html Css Color HEX #C0C392 Green Mist

📋 copy color: '#C0C392'

red 192 ◦ green 195 ◦ blue 146

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

Shades of Green Mist #C0C392

Tints of Green Mist #C0C392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 36.02%
G = 36.59%
B = 27.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C0C392 (or 0xC0C392) is known color: Green Mist. HEX triplet: C0, C3 and 92. RGB value is (192,195,146). Sum of RGB (Red+Green+Blue) = 192+195+146=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C392 is #3F3C6D. Grayscale: #BCBCBC. Windows color (decimal): -4144238 or 9618368. OLE color: 9618368.

HSL color Cylindrical-coordinate representation of color #C0C392: hue angle of 63.67º degrees, saturation: 0.29, 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 #C0C392 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 146 -
CMYK 0.02 0 0.25 0.24
HSL 63.67º 0.29% 0.67% -
HSV(B) 63.67º 0.25% 0.76% -
XYZ 46.44 52.31 34.84 -
YUV 188.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 192 195 146 0.02 0 0.25 0.24 63.67 0.29 0.67
Hex C0 C3 92 2 0 19 18 40 1D 43
Octal 300 303 222 2 0 31 30 100 35 103
Binary 11000000 11000011 10010010 10 0 11001 11000 1000000 11101 1000011

Color Harmonies of #C0C392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C392

Black with #C0C392

Text Example


Text Example

White with #C0C392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C392; }

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

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

background-color css

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

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

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

border-color css

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

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

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