Html Css Color HEX #C0CB95 Green Mist

📋 copy color: '#C0CB95'

red 192 ◦ green 203 ◦ blue 149

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

Shades of Green Mist #C0CB95

Tints of Green Mist #C0CB95

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.32%

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

R = 35.29%
G = 37.32%
B = 27.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#C0CB95 (or 0xC0CB95) is known color: Green Mist. HEX triplet: C0, CB and 95. RGB value is (192,203,149). Sum of RGB (Red+Green+Blue) = 192+203+149=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CB95 is #3F346A. Grayscale: #C1C1C1. Windows color (decimal): -4142187 or 9817024. OLE color: 9817024.

HSL color Cylindrical-coordinate representation of color #C0CB95: hue angle of 72.22º degrees, saturation: 0.34, 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 #C0CB95 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 203 149 -
CMYK 0.05 0 0.27 0.20
HSL 72.22º 0.34% 0.69% -
HSV(B) 72.22º 0.27% 0.8% -
XYZ 48.52 56.09 36.7 -
YUV 193.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 192 203 149 0.05 0 0.27 0.20 72.22 0.34 0.69
Hex C0 CB 95 5 0 1B 14 48 22 45
Octal 300 313 225 5 0 33 24 110 42 105
Binary 11000000 11001011 10010101 101 0 11011 10100 1001000 100010 1000101

Color Harmonies of #C0CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB95

Black with #C0CB95

Text Example


Text Example

White with #C0CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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