Html Css Color HEX #C5DAA5 Pixie Green

📋 copy color: '#C5DAA5'

red 197 ◦ green 218 ◦ blue 165

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

Shades of Pixie Green #C5DAA5

Tints of Pixie Green #C5DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.45%

R = 33.97%
G = 37.59%
B = 28.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#C5DAA5 (or 0xC5DAA5) is known color: Pixie Green. HEX triplet: C5, DA and A5. RGB value is (197,218,165). Sum of RGB (Red+Green+Blue) = 197+218+165=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA5 is #3A255A. Grayscale: #CDCDCD. Windows color (decimal): -3810651 or 10869445. OLE color: 10869445.

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

Color convert

RGB 197 218 165 -
CMYK 0.10 0 0.24 0.15
HSL 83.77º 0.42% 0.75% -
HSV(B) 83.77º 0.24% 0.85% -
XYZ 54.89 64.73 45.2 -
YUV 205.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 197 218 165 0.10 0 0.24 0.15 83.77 0.42 0.75
Hex C5 DA A5 A 0 18 F 54 2A 4B
Octal 305 332 245 12 0 30 17 124 52 113
Binary 11000101 11011010 10100101 1010 0 11000 1111 1010100 101010 1001011

Color Harmonies of #C5DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAA5

Black with #C5DAA5

Text Example


Text Example

White with #C5DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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