Html Css Color HEX #C4CDA0 Green Mist

📋 copy color: '#C4CDA0'

red 196 ◦ green 205 ◦ blue 160

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

Shades of Green Mist #C4CDA0

Tints of Green Mist #C4CDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 34.94%
G = 36.54%
B = 28.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#C4CDA0 (or 0xC4CDA0) is known color: Green Mist. HEX triplet: C4, CD and A0. RGB value is (196,205,160). Sum of RGB (Red+Green+Blue) = 196+205+160=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDA0 is #3B325F. Grayscale: #C5C5C5. Windows color (decimal): -3879520 or 10538436. OLE color: 10538436.

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

Color convert

RGB 196 205 160 -
CMYK 0.04 0 0.22 0.20
HSL 72º 0.31% 0.72% -
HSV(B) 72º 0.22% 0.8% -
XYZ 50.94 57.94 41.76 -
YUV 197.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 196 205 160 0.04 0 0.22 0.20 72 0.31 0.72
Hex C4 CD A0 4 0 16 14 48 1F 48
Octal 304 315 240 4 0 26 24 110 37 110
Binary 11000100 11001101 10100000 100 0 10110 10100 1001000 11111 1001000

Color Harmonies of #C4CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDA0

Black with #C4CDA0

Text Example


Text Example

White with #C4CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDA0; }

 p { color: rgb(196,205,160); }

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

background-color css

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

 a { background-color: rgb(196,205,160); }

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

border-color css

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

 span { border-color: rgb(196,205,160); }

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