Html Css Color HEX #C4C692 Green Mist

📋 copy color: '#C4C692'

red 196 ◦ green 198 ◦ blue 146

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

Shades of Green Mist #C4C692

Tints of Green Mist #C4C692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 36.3%
G = 36.67%
B = 27.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C4C692 (or 0xC4C692) is known color: Green Mist. HEX triplet: C4, C6 and 92. RGB value is (196,198,146). Sum of RGB (Red+Green+Blue) = 196+198+146=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C692 is #3B396D. Grayscale: #BFBFBF. Windows color (decimal): -3881326 or 9619140. OLE color: 9619140.

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

Color convert

RGB 196 198 146 -
CMYK 0.01 0 0.26 0.22
HSL 62.31º 0.31% 0.67% -
HSV(B) 62.31º 0.26% 0.78% -
XYZ 48.15 54.2 35.12 -
YUV 191.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 196 198 146 0.01 0 0.26 0.22 62.31 0.31 0.67
Hex C4 C6 92 1 0 1A 16 3E 1F 43
Octal 304 306 222 1 0 32 26 76 37 103
Binary 11000100 11000110 10010010 1 0 11010 10110 111110 11111 1000011

Color Harmonies of #C4C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C692

Black with #C4C692

Text Example


Text Example

White with #C4C692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C692; }

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

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

background-color css

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

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

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

border-color css

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

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

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