Html Css Color HEX #C2DBA5 Pixie Green

📋 copy color: '#C2DBA5'

red 194 ◦ green 219 ◦ blue 165

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

Shades of Pixie Green #C2DBA5

Tints of Pixie Green #C2DBA5

RGB

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

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

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

R = 33.56%
G = 37.89%
B = 28.55%

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

#C2DBA5 (or 0xC2DBA5) is known color: Pixie Green. HEX triplet: C2, DB and A5. RGB value is (194,219,165). Sum of RGB (Red+Green+Blue) = 194+219+165=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBA5 is #3D245A. Grayscale: #CDCDCD. Windows color (decimal): -4007003 or 10869698. OLE color: 10869698.

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

Color convert

RGB 194 219 165 -
CMYK 0.11 0 0.25 0.14
HSL 87.78º 0.43% 0.75% -
HSV(B) 87.78º 0.25% 0.86% -
XYZ 54.37 64.85 45.25 -
YUV 205.37 105.22 119.89 -
System Red Green Blue C M Y K H S L
Decimal 194 219 165 0.11 0 0.25 0.14 87.78 0.43 0.75
Hex C2 DB A5 B 0 19 E 58 2B 4B
Octal 302 333 245 13 0 31 16 130 53 113
Binary 11000010 11011011 10100101 1011 0 11001 1110 1011000 101011 1001011

Color Harmonies of #C2DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBA5

Black with #C2DBA5

Text Example


Text Example

White with #C2DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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