Html Css Color HEX #C2C692 Green Mist

📋 copy color: '#C2C692'

red 194 ◦ green 198 ◦ blue 146

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

Shades of Green Mist #C2C692

Tints of Green Mist #C2C692

RGB

 RED value IS 194 (76.17% from 255) = 36.06%

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

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

R = 36.06%
G = 36.8%
B = 27.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C2C692 (or 0xC2C692) is known color: Green Mist. HEX triplet: C2, C6 and 92. RGB value is (194,198,146). Sum of RGB (Red+Green+Blue) = 194+198+146=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C692 is #3D396D. Grayscale: #BFBFBF. Windows color (decimal): -4012398 or 9619138. OLE color: 9619138.

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

Color convert

RGB 194 198 146 -
CMYK 0.02 0 0.26 0.22
HSL 64.62º 0.31% 0.67% -
HSV(B) 64.62º 0.26% 0.78% -
XYZ 47.63 53.93 35.09 -
YUV 190.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 194 198 146 0.02 0 0.26 0.22 64.62 0.31 0.67
Hex C2 C6 92 2 0 1A 16 41 1F 43
Octal 302 306 222 2 0 32 26 101 37 103
Binary 11000010 11000110 10010010 10 0 11010 10110 1000001 11111 1000011

Color Harmonies of #C2C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C692

Black with #C2C692

Text Example


Text Example

White with #C2C692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C692; }

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

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

background-color css

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

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

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

border-color css

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

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

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