#B7CFA4

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

Shades of Pixie Green #B7CFA4

Tints of Pixie Green #B7CFA4

Color information

#B7CFA4 (or 0xB7CFA4) is unknown color: approx Pixie Green. HEX triplet: B7, CF and A4. RGB value is (183,207,164). Sum of RGB (Red+Green+Blue) = 183+207+164=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CFA4 is #48305B. Grayscale: #C3C3C3. Windows color (decimal): -4730972 or 10801079. OLE color: 10801079.

HSL color Cylindrical-coordinate representation of color #B7CFA4: hue angle of 93.49º 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 #B7CFA4 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB183207164-
CMYK0.1200.210.19
HSL93.49º30.94%72.75%-
HSV(B)93.49º20.77%81.18%-
XYZ48.5457.3743.64-
YUV194.92110.55119.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=33.03%
G=37.36%
B=29.60%

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
Decimal1832071640.1200.210.1993.4930.9472.75
HexB7CFA4C015135d1f49
Octal267317244140252313537111
Binary1011011111001111101001001100010101100111011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFA4; }

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

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

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

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

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

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

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

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