Html Css Color HEX #C0C99B Green Mist

📋 copy color: '#C0C99B'

red 192 ◦ green 201 ◦ blue 155

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

Shades of Green Mist #C0C99B

Tints of Green Mist #C0C99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.68%

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

R = 35.04%
G = 36.68%
B = 28.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C0C99B (or 0xC0C99B) is known color: Green Mist. HEX triplet: C0, C9 and 9B. RGB value is (192,201,155). Sum of RGB (Red+Green+Blue) = 192+201+155=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C99B is #3F3664. Grayscale: #C1C1C1. Windows color (decimal): -4142693 or 10209728. OLE color: 10209728.

HSL color Cylindrical-coordinate representation of color #C0C99B: hue angle of 71.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C99B is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 201 155 -
CMYK 0.04 0 0.23 0.21
HSL 71.74º 0.3% 0.7% -
HSV(B) 71.74º 0.23% 0.79% -
XYZ 48.54 55.35 39.13 -
YUV 193.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 192 201 155 0.04 0 0.23 0.21 71.74 0.3 0.7
Hex C0 C9 9B 4 0 17 15 48 1E 46
Octal 300 311 233 4 0 27 25 110 36 106
Binary 11000000 11001001 10011011 100 0 10111 10101 1001000 11110 1000110

Color Harmonies of #C0C99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C99B

Black with #C0C99B

Text Example


Text Example

White with #C0C99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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