#B7CFA0

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

Shades of Pixie Green #B7CFA0

Tints of Pixie Green #B7CFA0

Color information

#B7CFA0 (or 0xB7CFA0) is unknown color: approx Pixie Green. HEX triplet: B7, CF and A0. RGB value is (183,207,160). Sum of RGB (Red+Green+Blue) = 183+207+160=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFA0 is #48305F. Grayscale: #C2C2C2. Windows color (decimal): -4730976 or 10538935. OLE color: 10538935.

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

Color convert

RGB183207160-
CMYK0.1200.230.19
HSL90.64º32.87%71.96%-
HSV(B)90.64º22.71%81.18%-
XYZ48.1957.2341.76-
YUV194.47108.55119.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=33.27%
G=37.64%
B=29.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832071600.1200.230.1990.6432.8771.96
HexB7CFA0C017135b2148
Octal267317240140272313341110
Binary10110111110011111010000011000101111001110110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFA0; }

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

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

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

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

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

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

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

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