#B4D0A0

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

Shades of Pixie Green #B4D0A0

Tints of Pixie Green #B4D0A0

Color information

#B4D0A0 (or 0xB4D0A0) is unknown color: approx Pixie Green. HEX triplet: B4, D0 and A0. RGB value is (180,208,160). Sum of RGB (Red+Green+Blue) = 180+208+160=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D0A0 is #4B2F5F. Grayscale: #C2C2C2. Windows color (decimal): -4927328 or 10539188. OLE color: 10539188.

HSL color Cylindrical-coordinate representation of color #B4D0A0: hue angle of 95º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D0A0 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB180208160-
CMYK0.1300.230.18
HSL95º33.8%72.16%-
HSV(B)95º23.08%81.57%-
XYZ47.7257.3541.81-
YUV194.16108.72117.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 208 (81.64% from 255) = 37.96%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=32.85%
G=37.96%
B=29.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802081600.1300.230.189533.872.16
HexB4D0A0D017125f2248
Octal264320240150272213742110
Binary10110100110100001010000011010101111001010111111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D0A0; }

 p { color: rgb(180,208,160); }

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

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

 a { background-color: rgb(180,208,160); }

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

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

 span { border-color: rgb(180,208,160); }

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