#B7CFA3

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

Shades of Pixie Green #B7CFA3

Tints of Pixie Green #B7CFA3

Color information

#B7CFA3 (or 0xB7CFA3) is unknown color: approx Pixie Green. HEX triplet: B7, CF and A3. RGB value is (183,207,163). Sum of RGB (Red+Green+Blue) = 183+207+163=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFA3 is #48305C. Grayscale: #C2C2C2. Windows color (decimal): -4730973 or 10735543. OLE color: 10735543.

HSL color Cylindrical-coordinate representation of color #B7CFA3: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7CFA3 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB183207163-
CMYK0.1200.210.19
HSL92.73º31.43%72.55%-
HSV(B)92.73º21.26%81.18%-
XYZ48.4557.3443.16-
YUV194.81110.05119.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=33.09%
G=37.43%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071630.1200.210.1992.7331.4372.55
HexB7CFA3C015135d1f49
Octal267317243140252313537111
Binary1011011111001111101000111100010101100111011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFA3; }

 p { color: rgb(183,207,163); }

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

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

 a { background-color: rgb(183,207,163); }

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

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

 span { border-color: rgb(183,207,163); }

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