Html Css Color HEX #C0C393 Green Mist

📋 copy color: '#C0C393'

red 192 ◦ green 195 ◦ blue 147

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

Shades of Green Mist #C0C393

Tints of Green Mist #C0C393

RGB

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

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

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

R = 35.96%
G = 36.52%
B = 27.53%

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

#C0C393 (or 0xC0C393) is known color: Green Mist. HEX triplet: C0, C3 and 93. RGB value is (192,195,147). Sum of RGB (Red+Green+Blue) = 192+195+147=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C393 is #3F3C6C. Grayscale: #BCBCBC. Windows color (decimal): -4144237 or 9683904. OLE color: 9683904.

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

Color convert

RGB 192 195 147 -
CMYK 0.02 0 0.25 0.24
HSL 63.75º 0.29% 0.67% -
HSV(B) 63.75º 0.25% 0.76% -
XYZ 46.52 52.34 35.26 -
YUV 188.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 192 195 147 0.02 0 0.25 0.24 63.75 0.29 0.67
Hex C0 C3 93 2 0 19 18 40 1D 43
Octal 300 303 223 2 0 31 30 100 35 103
Binary 11000000 11000011 10010011 10 0 11001 11000 1000000 11101 1000011

Color Harmonies of #C0C393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C393

Black with #C0C393

Text Example


Text Example

White with #C0C393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C393; }

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

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

background-color css

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

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

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

border-color css

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

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

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