Html Css Color HEX #C4C68C Green Mist

📋 copy color: '#C4C68C'

red 196 ◦ green 198 ◦ blue 140

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

Shades of Green Mist #C4C68C

Tints of Green Mist #C4C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 140 (55.08% from 255) = 26.22%

R = 36.7%
G = 37.08%
B = 26.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C4C68C (or 0xC4C68C) is known color: Green Mist. HEX triplet: C4, C6 and 8C. RGB value is (196,198,140). Sum of RGB (Red+Green+Blue) = 196+198+140=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C68C is #3B3973. Grayscale: #BFBFBF. Windows color (decimal): -3881332 or 9225924. OLE color: 9225924.

HSL color Cylindrical-coordinate representation of color #C4C68C: hue angle of 62.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4C68C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 198 140 -
CMYK 0.01 0 0.29 0.22
HSL 62.07º 0.34% 0.66% -
HSV(B) 62.07º 0.29% 0.78% -
XYZ 47.69 54.02 32.72 -
YUV 190.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 196 198 140 0.01 0 0.29 0.22 62.07 0.34 0.66
Hex C4 C6 8C 1 0 1D 16 3E 22 42
Octal 304 306 214 1 0 35 26 76 42 102
Binary 11000100 11000110 10001100 1 0 11101 10110 111110 100010 1000010

Color Harmonies of #C4C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C68C

Black with #C4C68C

Text Example


Text Example

White with #C4C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C68C; }

 p { color: rgb(196,198,140); }

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

background-color css

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

 a { background-color: rgb(196,198,140); }

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

border-color css

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

 span { border-color: rgb(196,198,140); }

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