Html Css Color HEX #C2C69A Green Mist

📋 copy color: '#C2C69A'

red 194 ◦ green 198 ◦ blue 154

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

Shades of Green Mist #C2C69A

Tints of Green Mist #C2C69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.21%

R = 35.53%
G = 36.26%
B = 28.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C2C69A (or 0xC2C69A) is known color: Green Mist. HEX triplet: C2, C6 and 9A. RGB value is (194,198,154). Sum of RGB (Red+Green+Blue) = 194+198+154=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C69A is #3D3965. Grayscale: #BFBFBF. Windows color (decimal): -4012390 or 10143426. OLE color: 10143426.

HSL color Cylindrical-coordinate representation of color #C2C69A: hue angle of 65.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2C69A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 154 -
CMYK 0.02 0 0.22 0.22
HSL 65.45º 0.28% 0.69% -
HSV(B) 65.45º 0.22% 0.78% -
XYZ 48.27 54.19 38.49 -
YUV 191.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 194 198 154 0.02 0 0.22 0.22 65.45 0.28 0.69
Hex C2 C6 9A 2 0 16 16 41 1C 45
Octal 302 306 232 2 0 26 26 101 34 105
Binary 11000010 11000110 10011010 10 0 10110 10110 1000001 11100 1000101

Color Harmonies of #C2C69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C69A

Black with #C2C69A

Text Example


Text Example

White with #C2C69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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