#BCE09A

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

Shades of Pixie Green #BCE09A

Tints of Pixie Green #BCE09A

Color information

#BCE09A (or 0xBCE09A) is unknown color: approx Pixie Green. HEX triplet: BC, E0 and 9A. RGB value is (188,224,154). Sum of RGB (Red+Green+Blue) = 188+224+154=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE09A is #431F65. Grayscale: #CDCDCD. Windows color (decimal): -4398950 or 10150076. OLE color: 10150076.

HSL color Cylindrical-coordinate representation of color #BCE09A: hue angle of 90.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCE09A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB188224154-
CMYK0.1600.310.12
HSL90.86º53.03%74.12%-
HSV(B)90.86º31.25%87.84%-
XYZ53.2366.3440.57-
YUV205.2699.07115.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 224 (87.89% from 255) = 39.58%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=33.22%
G=39.58%
B=27.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241540.1600.310.1290.8653.0374.12
HexBCE09A1001FC5b354a
Octal274340232200371413365112
Binary10111100111000001001101010000011111110010110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE09A; }

 p { color: rgb(188,224,154); }

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

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

 a { background-color: rgb(188,224,154); }

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

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

 span { border-color: rgb(188,224,154); }

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