Html Css Color HEX #C4C998 Green Mist

📋 copy color: '#C4C998'

red 196 ◦ green 201 ◦ blue 152

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

Shades of Green Mist #C4C998

Tints of Green Mist #C4C998

RGB

 RED value IS 196 (76.95% from 255) = 35.7%

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

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

R = 35.7%
G = 36.61%
B = 27.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C4C998 (or 0xC4C998) is known color: Green Mist. HEX triplet: C4, C9 and 98. RGB value is (196,201,152). Sum of RGB (Red+Green+Blue) = 196+201+152=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C998 is #3B3667. Grayscale: #C2C2C2. Windows color (decimal): -3880552 or 10013124. OLE color: 10013124.

HSL color Cylindrical-coordinate representation of color #C4C998: hue angle of 66.12º 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 #C4C998 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 201 152 -
CMYK 0.02 0 0.24 0.21
HSL 66.12º 0.31% 0.69% -
HSV(B) 66.12º 0.24% 0.79% -
XYZ 49.32 55.78 37.87 -
YUV 193.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 196 201 152 0.02 0 0.24 0.21 66.12 0.31 0.69
Hex C4 C9 98 2 0 18 15 42 1F 45
Octal 304 311 230 2 0 30 25 102 37 105
Binary 11000100 11001001 10011000 10 0 11000 10101 1000010 11111 1000101

Color Harmonies of #C4C998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C998

Black with #C4C998

Text Example


Text Example

White with #C4C998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C998; }

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

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

background-color css

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

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

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

border-color css

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

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

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