Html Css Color HEX #C2DBA4 Pixie Green

📋 copy color: '#C2DBA4'

red 194 ◦ green 219 ◦ blue 164

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

Shades of Pixie Green #C2DBA4

Tints of Pixie Green #C2DBA4

RGB

 RED value IS 194 (76.17% from 255) = 33.62%

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

 BLUE value IS 164 (64.45% from 255) = 28.42%

R = 33.62%
G = 37.95%
B = 28.42%

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

#C2DBA4 (or 0xC2DBA4) is known color: Pixie Green. HEX triplet: C2, DB and A4. RGB value is (194,219,164). Sum of RGB (Red+Green+Blue) = 194+219+164=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBA4 is #3D245B. Grayscale: #CDCDCD. Windows color (decimal): -4007004 or 10804162. OLE color: 10804162.

HSL color Cylindrical-coordinate representation of color #C2DBA4: hue angle of 87.27º 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 #C2DBA4 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 164 -
CMYK 0.11 0 0.25 0.14
HSL 87.27º 0.43% 0.75% -
HSV(B) 87.27º 0.25% 0.86% -
XYZ 54.28 64.81 44.77 -
YUV 205.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 194 219 164 0.11 0 0.25 0.14 87.27 0.43 0.75
Hex C2 DB A4 B 0 19 E 57 2B 4B
Octal 302 333 244 13 0 31 16 127 53 113
Binary 11000010 11011011 10100100 1011 0 11001 1110 1010111 101011 1001011

Color Harmonies of #C2DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBA4

Black with #C2DBA4

Text Example


Text Example

White with #C2DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBA4; }

 p { color: rgb(194,219,164); }

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

background-color css

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

 a { background-color: rgb(194,219,164); }

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

border-color css

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

 span { border-color: rgb(194,219,164); }

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