Html Css Color HEX #C2C794 Green Mist

📋 copy color: '#C2C794'

red 194 ◦ green 199 ◦ blue 148

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

Shades of Green Mist #C2C794

Tints of Green Mist #C2C794

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

 BLUE value IS 148 (58.2% from 255) = 27.36%

R = 35.86%
G = 36.78%
B = 27.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C2C794 (or 0xC2C794) is known color: Green Mist. HEX triplet: C2, C7 and 94. RGB value is (194,199,148). Sum of RGB (Red+Green+Blue) = 194+199+148=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C794 is #3D386B. Grayscale: #BFBFBF. Windows color (decimal): -4012140 or 9750466. OLE color: 9750466.

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

Color convert

RGB 194 199 148 -
CMYK 0.03 0 0.26 0.22
HSL 65.88º 0.31% 0.68% -
HSV(B) 65.88º 0.26% 0.78% -
XYZ 48.02 54.45 36 -
YUV 191.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 194 199 148 0.03 0 0.26 0.22 65.88 0.31 0.68
Hex C2 C7 94 3 0 1A 16 42 1F 44
Octal 302 307 224 3 0 32 26 102 37 104
Binary 11000010 11000111 10010100 11 0 11010 10110 1000010 11111 1000100

Color Harmonies of #C2C794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C794

Black with #C2C794

Text Example


Text Example

White with #C2C794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C794; }

 p { color: rgb(194,199,148); }

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

background-color css

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

 a { background-color: rgb(194,199,148); }

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

border-color css

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

 span { border-color: rgb(194,199,148); }

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