Html Css Color HEX #C0C19B Green Mist

📋 copy color: '#C0C19B'

red 192 ◦ green 193 ◦ blue 155

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

Shades of Green Mist #C0C19B

Tints of Green Mist #C0C19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 35.56%
G = 35.74%
B = 28.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C0C19B (or 0xC0C19B) is known color: Green Mist. HEX triplet: C0, C1 and 9B. RGB value is (192,193,155). Sum of RGB (Red+Green+Blue) = 192+193+155=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C19B is #3F3E64. Grayscale: #BCBCBC. Windows color (decimal): -4144741 or 10207680. OLE color: 10207680.

HSL color Cylindrical-coordinate representation of color #C0C19B: hue angle of 61.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0C19B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 155 -
CMYK 0.01 0 0.20 0.24
HSL 61.58º 0.23% 0.68% -
HSV(B) 61.58º 0.2% 0.76% -
XYZ 46.72 51.71 38.53 -
YUV 188.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 192 193 155 0.01 0 0.20 0.24 61.58 0.23 0.68
Hex C0 C1 9B 1 0 14 18 3E 17 44
Octal 300 301 233 1 0 24 30 76 27 104
Binary 11000000 11000001 10011011 1 0 10100 11000 111110 10111 1000100

Color Harmonies of #C0C19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C19B

Black with #C0C19B

Text Example


Text Example

White with #C0C19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C19B; }

 p { color: rgb(192,193,155); }

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

background-color css

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

 a { background-color: rgb(192,193,155); }

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

border-color css

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

 span { border-color: rgb(192,193,155); }

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