#B3D69C

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

Shades of Pixie Green #B3D69C

Tints of Pixie Green #B3D69C

Color information

#B3D69C (or 0xB3D69C) is unknown color: approx Pixie Green. HEX triplet: B3, D6 and 9C. RGB value is (179,214,156). Sum of RGB (Red+Green+Blue) = 179+214+156=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D69C is #4C2963. Grayscale: #C5C5C5. Windows color (decimal): -4991332 or 10278579. OLE color: 10278579.

HSL color Cylindrical-coordinate representation of color #B3D69C: hue angle of 96.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3D69C is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB179214156-
CMYK0.1600.270.16
HSL96.21º41.43%72.55%-
HSV(B)96.21º27.1%83.92%-
XYZ48.6460.0840.49-
YUV196.92104.9115.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=32.60%
G=38.98%
B=28.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792141560.1600.270.1696.2141.4372.55
HexB3D69C1001B10602949
Octal263326234200332014051111
Binary101100111101011010011100100000110111000011000001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D69C; }

 p { color: rgb(179,214,156); }

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

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

 a { background-color: rgb(179,214,156); }

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

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

 span { border-color: rgb(179,214,156); }

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