Html Css Color HEX #C0CC8C Green Mist

📋 copy color: '#C0CC8C'

red 192 ◦ green 204 ◦ blue 140

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

Shades of Green Mist #C0CC8C

Tints of Green Mist #C0CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 35.82%
G = 38.06%
B = 26.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#C0CC8C (or 0xC0CC8C) is known color: Green Mist. HEX triplet: C0, CC and 8C. RGB value is (192,204,140). Sum of RGB (Red+Green+Blue) = 192+204+140=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC8C is #3F3373. Grayscale: #C1C1C1. Windows color (decimal): -4141940 or 9227456. OLE color: 9227456.

HSL color Cylindrical-coordinate representation of color #C0CC8C: hue angle of 71.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0CC8C is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 140 -
CMYK 0.06 0 0.31 0.2
HSL 71.25º 0.39% 0.67% -
HSV(B) 71.25º 0.31% 0.8% -
XYZ 48.06 56.29 33.14 -
YUV 193.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 192 204 140 0.06 0 0.31 0.2 71.25 0.39 0.67
Hex C0 CC 8C 6 0 1F 14 47 27 43
Octal 300 314 214 6 0 37 24 107 47 103
Binary 11000000 11001100 10001100 110 0 11111 10100 1000111 100111 1000011

Color Harmonies of #C0CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC8C

Black with #C0CC8C

Text Example


Text Example

White with #C0CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC8C; }

 p { color: rgb(192,204,140); }

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

background-color css

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

 a { background-color: rgb(192,204,140); }

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

border-color css

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

 span { border-color: rgb(192,204,140); }

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