Html Css Color HEX #C8C498 Green Mist

📋 copy color: '#C8C498'

red 200 ◦ green 196 ◦ blue 152

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

Shades of Green Mist #C8C498

Tints of Green Mist #C8C498

RGB

 RED value IS 200 (78.52% from 255) = 36.5%

 GREEN value IS 196 (76.95% from 255) = 35.77%

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

R = 36.5%
G = 35.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C8C498 (or 0xC8C498) is known color: Green Mist. HEX triplet: C8, C4 and 98. RGB value is (200,196,152). Sum of RGB (Red+Green+Blue) = 200+196+152=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C498 is #373B67. Grayscale: #C0C0C0. Windows color (decimal): -3619688 or 10011848. OLE color: 10011848.

HSL color Cylindrical-coordinate representation of color #C8C498: hue angle of 55º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8C498 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 152 -
CMYK 0 0.02 0.24 0.22
HSL 55º 0.3% 0.69% -
HSV(B) 55º 0.24% 0.78% -
XYZ 49.23 54.03 37.54 -
YUV 192.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 200 196 152 0 0.02 0.24 0.22 55 0.3 0.69
Hex C8 C4 98 0 2 18 16 37 1E 45
Octal 310 304 230 0 2 30 26 67 36 105
Binary 11001000 11000100 10011000 0 10 11000 10110 110111 11110 1000101

Color Harmonies of #C8C498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C498

Black with #C8C498

Text Example


Text Example

White with #C8C498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C498; }

 p { color: rgb(200,196,152); }

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

background-color css

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

 a { background-color: rgb(200,196,152); }

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

border-color css

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

 span { border-color: rgb(200,196,152); }

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