Html Css Color HEX #C0C998 Green Mist

📋 copy color: '#C0C998'

red 192 ◦ green 201 ◦ blue 152

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

Shades of Green Mist #C0C998

Tints of Green Mist #C0C998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.89%

R = 35.23%
G = 36.88%
B = 27.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C0C998 (or 0xC0C998) is known color: Green Mist. HEX triplet: C0, C9 and 98. RGB value is (192,201,152). Sum of RGB (Red+Green+Blue) = 192+201+152=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C998 is #3F3667. Grayscale: #C0C0C0. Windows color (decimal): -4142696 or 10013120. OLE color: 10013120.

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

Color convert

RGB 192 201 152 -
CMYK 0.04 0 0.24 0.21
HSL 71.02º 0.31% 0.69% -
HSV(B) 71.02º 0.24% 0.79% -
XYZ 48.29 55.25 37.82 -
YUV 192.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 192 201 152 0.04 0 0.24 0.21 71.02 0.31 0.69
Hex C0 C9 98 4 0 18 15 47 1F 45
Octal 300 311 230 4 0 30 25 107 37 105
Binary 11000000 11001001 10011000 100 0 11000 10101 1000111 11111 1000101

Color Harmonies of #C0C998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C998

Black with #C0C998

Text Example


Text Example

White with #C0C998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C998; }

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

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

background-color css

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

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

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

border-color css

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

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

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