#C3DBAA

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

Shades of Pixie Green #C3DBAA

Tints of Pixie Green #C3DBAA

Color information

#C3DBAA (or 0xC3DBAA) is unknown color: approx Pixie Green. HEX triplet: C3, DB and AA. RGB value is (195,219,170). Sum of RGB (Red+Green+Blue) = 195+219+170=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DBAA is #3C2455. Grayscale: #CECECE. Windows color (decimal): -3941462 or 11197379. OLE color: 11197379.

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

Color convert

RGB195219170-
CMYK0.1100.220.14
HSL89.39º40.5%76.27%-
HSV(B)89.39º22.37%85.88%-
XYZ55.0965.1747.71-
YUV206.24107.55119.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=33.39%
G=37.5%
B=29.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191700.1100.220.1489.3940.576.27
HexC3DBAAB016E59284c
Octal303333252130261613150114
Binary1100001111011011101010101011010110111010110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBAA; }

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

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

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

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

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

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

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

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