Html Css Color HEX #C2CD96 Green Mist

📋 copy color: '#C2CD96'

red 194 ◦ green 205 ◦ blue 150

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

Shades of Green Mist #C2CD96

Tints of Green Mist #C2CD96

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 150 (58.98% from 255) = 27.32%

R = 35.34%
G = 37.34%
B = 27.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#C2CD96 (or 0xC2CD96) is known color: Green Mist. HEX triplet: C2, CD and 96. RGB value is (194,205,150). Sum of RGB (Red+Green+Blue) = 194+205+150=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD96 is #3D3269. Grayscale: #C3C3C3. Windows color (decimal): -4010602 or 9883074. OLE color: 9883074.

HSL color Cylindrical-coordinate representation of color #C2CD96: hue angle of 72º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2CD96 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 150 -
CMYK 0.05 0 0.27 0.20
HSL 72º 0.35% 0.7% -
HSV(B) 72º 0.27% 0.8% -
XYZ 49.58 57.33 37.31 -
YUV 195.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 194 205 150 0.05 0 0.27 0.20 72 0.35 0.7
Hex C2 CD 96 5 0 1B 14 48 23 46
Octal 302 315 226 5 0 33 24 110 43 106
Binary 11000010 11001101 10010110 101 0 11011 10100 1001000 100011 1000110

Color Harmonies of #C2CD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD96

Black with #C2CD96

Text Example


Text Example

White with #C2CD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD96; }

 p { color: rgb(194,205,150); }

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

background-color css

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

 a { background-color: rgb(194,205,150); }

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

border-color css

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

 span { border-color: rgb(194,205,150); }

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