Html Css Color HEX #C0C390 Green Mist

📋 copy color: '#C0C390'

red 192 ◦ green 195 ◦ blue 144

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

Shades of Green Mist #C0C390

Tints of Green Mist #C0C390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 36.16%
G = 36.72%
B = 27.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C0C390 (or 0xC0C390) is known color: Green Mist. HEX triplet: C0, C3 and 90. RGB value is (192,195,144). Sum of RGB (Red+Green+Blue) = 192+195+144=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C390 is #3F3C6F. Grayscale: #BCBCBC. Windows color (decimal): -4144240 or 9487296. OLE color: 9487296.

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

Color convert

RGB 192 195 144 -
CMYK 0.02 0 0.26 0.24
HSL 63.53º 0.3% 0.66% -
HSV(B) 63.53º 0.26% 0.76% -
XYZ 46.29 52.25 34.03 -
YUV 188.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 192 195 144 0.02 0 0.26 0.24 63.53 0.3 0.66
Hex C0 C3 90 2 0 1A 18 40 1E 42
Octal 300 303 220 2 0 32 30 100 36 102
Binary 11000000 11000011 10010000 10 0 11010 11000 1000000 11110 1000010

Color Harmonies of #C0C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C390

Black with #C0C390

Text Example


Text Example

White with #C0C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C390; }

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

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

background-color css

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

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

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

border-color css

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

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

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