Html Css Color HEX #C5DAA0 Pixie Green

📋 copy color: '#C5DAA0'

red 197 ◦ green 218 ◦ blue 160

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

Shades of Pixie Green #C5DAA0

Tints of Pixie Green #C5DAA0

RGB

 RED value IS 197 (77.34% from 255) = 34.26%

 GREEN value IS 218 (85.55% from 255) = 37.91%

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

R = 34.26%
G = 37.91%
B = 27.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#C5DAA0 (or 0xC5DAA0) is known color: Pixie Green. HEX triplet: C5, DA and A0. RGB value is (197,218,160). Sum of RGB (Red+Green+Blue) = 197+218+160=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA0 is #3A255F. Grayscale: #CDCDCD. Windows color (decimal): -3810656 or 10541765. OLE color: 10541765.

HSL color Cylindrical-coordinate representation of color #C5DAA0: hue angle of 81.72º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5DAA0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 160 -
CMYK 0.10 0 0.27 0.15
HSL 81.72º 0.44% 0.74% -
HSV(B) 81.72º 0.27% 0.85% -
XYZ 54.44 64.55 42.85 -
YUV 205.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 197 218 160 0.10 0 0.27 0.15 81.72 0.44 0.74
Hex C5 DA A0 A 0 1B F 52 2C 4A
Octal 305 332 240 12 0 33 17 122 54 112
Binary 11000101 11011010 10100000 1010 0 11011 1111 1010010 101100 1001010

Color Harmonies of #C5DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAA0

Black with #C5DAA0

Text Example


Text Example

White with #C5DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAA0; }

 p { color: rgb(197,218,160); }

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

background-color css

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

 a { background-color: rgb(197,218,160); }

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

border-color css

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

 span { border-color: rgb(197,218,160); }

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