Html Css Color HEX #C0CD95 Green Mist

📋 copy color: '#C0CD95'

red 192 ◦ green 205 ◦ blue 149

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

Shades of Green Mist #C0CD95

Tints of Green Mist #C0CD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 35.16%
G = 37.55%
B = 27.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#C0CD95 (or 0xC0CD95) is known color: Green Mist. HEX triplet: C0, CD and 95. RGB value is (192,205,149). Sum of RGB (Red+Green+Blue) = 192+205+149=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD95 is #3F326A. Grayscale: #C2C2C2. Windows color (decimal): -4141675 or 9817536. OLE color: 9817536.

HSL color Cylindrical-coordinate representation of color #C0CD95: hue angle of 73.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0CD95 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 149 -
CMYK 0.06 0 0.27 0.20
HSL 73.93º 0.36% 0.69% -
HSV(B) 73.93º 0.27% 0.8% -
XYZ 48.99 57.04 36.86 -
YUV 194.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 192 205 149 0.06 0 0.27 0.20 73.93 0.36 0.69
Hex C0 CD 95 6 0 1B 14 4A 24 45
Octal 300 315 225 6 0 33 24 112 44 105
Binary 11000000 11001101 10010101 110 0 11011 10100 1001010 100100 1000101

Color Harmonies of #C0CD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD95

Black with #C0CD95

Text Example


Text Example

White with #C0CD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD95; }

 p { color: rgb(192,205,149); }

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

background-color css

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

 a { background-color: rgb(192,205,149); }

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

border-color css

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

 span { border-color: rgb(192,205,149); }

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