Html Css Color HEX #C2DBAC Pixie Green

📋 copy color: '#C2DBAC'

red 194 ◦ green 219 ◦ blue 172

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

Shades of Pixie Green #C2DBAC

Tints of Pixie Green #C2DBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.4%

R = 33.16%
G = 37.44%
B = 29.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#C2DBAC (or 0xC2DBAC) is known color: Pixie Green. HEX triplet: C2, DB and AC. RGB value is (194,219,172). Sum of RGB (Red+Green+Blue) = 194+219+172=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBAC is #3D2453. Grayscale: #CECECE. Windows color (decimal): -4006996 or 11328450. OLE color: 11328450.

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

Color convert

RGB 194 219 172 -
CMYK 0.11 0 0.21 0.14
HSL 91.91º 0.39% 0.77% -
HSV(B) 91.91º 0.21% 0.86% -
XYZ 55.03 65.11 48.7 -
YUV 206.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 194 219 172 0.11 0 0.21 0.14 91.91 0.39 0.77
Hex C2 DB AC B 0 15 E 5C 27 4D
Octal 302 333 254 13 0 25 16 134 47 115
Binary 11000010 11011011 10101100 1011 0 10101 1110 1011100 100111 1001101

Color Harmonies of #C2DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBAC

Black with #C2DBAC

Text Example


Text Example

White with #C2DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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