Html Css Color HEX #C0C391 Green Mist

📋 copy color: '#C0C391'

red 192 ◦ green 195 ◦ blue 145

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

Shades of Green Mist #C0C391

Tints of Green Mist #C0C391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 36.09%
G = 36.65%
B = 27.26%

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

#C0C391 (or 0xC0C391) is known color: Green Mist. HEX triplet: C0, C3 and 91. RGB value is (192,195,145). Sum of RGB (Red+Green+Blue) = 192+195+145=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C391 is #3F3C6E. Grayscale: #BCBCBC. Windows color (decimal): -4144239 or 9552832. OLE color: 9552832.

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

Color convert

RGB 192 195 145 -
CMYK 0.02 0 0.26 0.24
HSL 63.6º 0.29% 0.67% -
HSV(B) 63.6º 0.26% 0.76% -
XYZ 46.36 52.28 34.44 -
YUV 188.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 192 195 145 0.02 0 0.26 0.24 63.6 0.29 0.67
Hex C0 C3 91 2 0 1A 18 40 1D 43
Octal 300 303 221 2 0 32 30 100 35 103
Binary 11000000 11000011 10010001 10 0 11010 11000 1000000 11101 1000011

Color Harmonies of #C0C391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C391

Black with #C0C391

Text Example


Text Example

White with #C0C391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C391; }

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

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

background-color css

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

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

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

border-color css

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

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

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