#C3D2B3

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

Shades of Pixie Green #C3D2B3

Tints of Pixie Green #C3D2B3

Color information

#C3D2B3 (or 0xC3D2B3) is unknown color: approx Pixie Green. HEX triplet: C3, D2 and B3. RGB value is (195,210,179). Sum of RGB (Red+Green+Blue) = 195+210+179=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2B3 is #3C2D4C. Grayscale: #CACACA. Windows color (decimal): -3943757 or 11784899. OLE color: 11784899.

HSL color Cylindrical-coordinate representation of color #C3D2B3: hue angle of 89.03º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3D2B3 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB195210179-
CMYK0.0700.150.18
HSL89.03º25.62%76.27%-
HSV(B)89.03º14.76%82.35%-
XYZ53.6960.9551.58-
YUV201.98115.03123.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 210 (82.42% from 255) = 35.96%
BLUE value IS 179 (70.31% from 255) = 30.65%
R=33.39%
G=35.96%
B=30.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952101790.0700.150.1889.0325.6276.27
HexC3D2B370F12591a4c
Octal30332226370172213132114
Binary11000011110100101011001111101111100101011001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2B3; }

 p { color: rgb(195,210,179); }

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

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

 a { background-color: rgb(195,210,179); }

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

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

 span { border-color: rgb(195,210,179); }

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