#BCEB4F

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

Shades of Conifer #BCEB4F

Tints of Conifer #BCEB4F

Color information

#BCEB4F (or 0xBCEB4F) is unknown color: approx Conifer. HEX triplet: BC, EB and 4F. RGB value is (188,235,79). Sum of RGB (Red+Green+Blue) = 188+235+79=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB4F is #4314B0. Grayscale: #CBCBCB. Windows color (decimal): -4396209 or 5237692. OLE color: 5237692.

HSL color Cylindrical-coordinate representation of color #BCEB4F: hue angle of 78.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCEB4F is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB18823579-
CMYK0.200.660.08
HSL78.08º79.59%61.57%-
HSV(B)78.08º66.38%92.16%-
XYZ51.8670.6718.31-
YUV203.1657.93117.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 235 (92.19% from 255) = 46.81%
BLUE value IS 79 (31.25% from 255) = 15.74%
R=37.45%
G=46.81%
B=15.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188235790.200.660.0878.0879.5961.57
HexBCEB4F1404284e503e
Octal2743531172401021011612076
Binary101111001110101110011111010001000010100010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB4F; }

 p { color: rgb(188,235,79); }

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

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

 a { background-color: rgb(188,235,79); }

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

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

 span { border-color: rgb(188,235,79); }

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