Html Css Color HEX #C5DBAD Pixie Green

📋 copy color: '#C5DBAD'

red 197 ◦ green 219 ◦ blue 173

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

Shades of Pixie Green #C5DBAD

Tints of Pixie Green #C5DBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 173 (67.97% from 255) = 29.37%

R = 33.45%
G = 37.18%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C5DBAD (or 0xC5DBAD) is known color: Pixie Green. HEX triplet: C5, DB and AD. RGB value is (197,219,173). Sum of RGB (Red+Green+Blue) = 197+219+173=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBAD is #3A2452. Grayscale: #CFCFCF. Windows color (decimal): -3810387 or 11393989. OLE color: 11393989.

HSL color Cylindrical-coordinate representation of color #C5DBAD: hue angle of 88.7º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DBAD is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 173 -
CMYK 0.10 0 0.21 0.14
HSL 88.7º 0.39% 0.77% -
HSV(B) 88.7º 0.21% 0.86% -
XYZ 55.9 65.55 49.24 -
YUV 207.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 197 219 173 0.10 0 0.21 0.14 88.7 0.39 0.77
Hex C5 DB AD A 0 15 E 59 27 4D
Octal 305 333 255 12 0 25 16 131 47 115
Binary 11000101 11011011 10101101 1010 0 10101 1110 1011001 100111 1001101

Color Harmonies of #C5DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBAD

Black with #C5DBAD

Text Example


Text Example

White with #C5DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBAD; }

 p { color: rgb(197,219,173); }

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

background-color css

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

 a { background-color: rgb(197,219,173); }

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

border-color css

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

 span { border-color: rgb(197,219,173); }

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