#BCE059

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

Shades of Conifer #BCE059

Tints of Conifer #BCE059

Color information

#BCE059 (or 0xBCE059) is unknown color: approx Conifer. HEX triplet: BC, E0 and 59. RGB value is (188,224,89). Sum of RGB (Red+Green+Blue) = 188+224+89=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE059 is #431FA6. Grayscale: #C6C6C6. Windows color (decimal): -4399015 or 5890236. OLE color: 5890236.

HSL color Cylindrical-coordinate representation of color #BCE059: hue angle of 76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE059 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB18822489-
CMYK0.1600.600.12
HSL76º68.53%61.37%-
HSV(B)76º60.27%87.84%-
XYZ49.264.7219.35-
YUV197.8566.57120.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 89 (35.16% from 255) = 17.76%
R=37.52%
G=44.71%
B=17.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188224890.1600.600.127668.5361.37
HexBCE0591003CC4c453d
Octal274340131200741411410575
Binary10111100111000001011001100000111100110010011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE059; }

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

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

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

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

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

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

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

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