#C3DBAC

Color #C3DBAC Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C3DBAC

Tints of Pixie Green #C3DBAC

Color information

#C3DBAC (or 0xC3DBAC) is unknown color: approx Pixie Green. HEX triplet: C3, DB and AC. RGB value is (195,219,172). Sum of RGB (Red+Green+Blue) = 195+219+172=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DBAC is #3C2453. Grayscale: #CECECE. Windows color (decimal): -3941460 or 11328451. OLE color: 11328451.

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

Color convert

RGB195219172-
CMYK0.1100.210.14
HSL90.64º39.5%76.67%-
HSV(B)90.64º21.46%85.88%-
XYZ55.2865.2448.71-
YUV206.47108.55119.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=33.28%
G=37.37%
B=29.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191720.1100.210.1490.6439.576.67
HexC3DBACB015E5b274d
Octal303333254130251613347115
Binary1100001111011011101011001011010101111010110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBAC; }

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

 H1.HeaderClassName
 {
   color: #C3DBAC;
 }
 .AnyTagClassName
 {
   color: #C3DBAC;
 }
</style>
background-color css

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

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

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

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

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

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