Html Css Color HEX #C4DBA5 Pixie Green

📋 copy color: '#C4DBA5'

red 196 ◦ green 219 ◦ blue 165

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

Shades of Pixie Green #C4DBA5

Tints of Pixie Green #C4DBA5

RGB

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

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

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

R = 33.79%
G = 37.76%
B = 28.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C4DBA5 (or 0xC4DBA5) is known color: Pixie Green. HEX triplet: C4, DB and A5. RGB value is (196,219,165). Sum of RGB (Red+Green+Blue) = 196+219+165=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBA5 is #3B245A. Grayscale: #CECECE. Windows color (decimal): -3875931 or 10869700. OLE color: 10869700.

HSL color Cylindrical-coordinate representation of color #C4DBA5: hue angle of 85.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4DBA5 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 165 -
CMYK 0.11 0 0.25 0.14
HSL 85.56º 0.43% 0.75% -
HSV(B) 85.56º 0.25% 0.86% -
XYZ 54.89 65.12 45.27 -
YUV 205.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 196 219 165 0.11 0 0.25 0.14 85.56 0.43 0.75
Hex C4 DB A5 B 0 19 E 56 2B 4B
Octal 304 333 245 13 0 31 16 126 53 113
Binary 11000100 11011011 10100101 1011 0 11001 1110 1010110 101011 1001011

Color Harmonies of #C4DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBA5

Black with #C4DBA5

Text Example


Text Example

White with #C4DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBA5; }

 p { color: rgb(196,219,165); }

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

background-color css

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

 a { background-color: rgb(196,219,165); }

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

border-color css

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

 span { border-color: rgb(196,219,165); }

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