#BCE44F

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

Shades of Conifer #BCE44F

Tints of Conifer #BCE44F

Color information

#BCE44F (or 0xBCE44F) is unknown color: approx Conifer. HEX triplet: BC, E4 and 4F. RGB value is (188,228,79). Sum of RGB (Red+Green+Blue) = 188+228+79=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE44F is #431BB0. Grayscale: #C7C7C7. Windows color (decimal): -4398001 or 5235900. OLE color: 5235900.

HSL color Cylindrical-coordinate representation of color #BCE44F: hue angle of 76.11º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE44F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB18822879-
CMYK0.1800.650.11
HSL76.11º73.4%60.2%-
HSV(B)76.11º65.35%89.41%-
XYZ49.8966.7417.65-
YUV199.0560.25120.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=37.98%
G=46.06%
B=15.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228790.1800.650.1176.1173.460.2
HexBCE44F12041B4c493c
Octal2743441172201011311411174
Binary101111001110010010011111001001000001101110011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE44F; }

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

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

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

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

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

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

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

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