#bce24f

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

Shades of Conifer #BCE24F

Tints of Conifer #BCE24F

Color information

#BCE24F (or 0xBCE24F) is unknown color: approx Conifer. HEX triplet: BC, E2 and 4F. RGB value is (188,226,79). Sum of RGB (Red+Green+Blue) = 188+226+79=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE24F is #431DB0. Grayscale: #C6C6C6. Windows color (decimal): -4398513 or 5235388. OLE color: 5235388.

HSL color Cylindrical-coordinate representation of color #BCE24F: hue angle of 75.51º degrees, saturation: 0.72, 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 #BCE24F is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB18822679-
CMYK0.1700.650.11
HSL75.51º71.71%59.8%-
HSV(B)75.51º65.04%88.63%-
XYZ49.3565.6517.47-
YUV197.8860.91120.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 226 (88.67% from 255) = 45.84%
BLUE value IS 79 (31.25% from 255) = 16.02%
R=38.13%
G=45.84%
B=16.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188226790.1700.650.1175.5171.7159.8
HexBCE24F11041B4c483c
Octal2743421172101011311411074
Binary101111001110001010011111000101000001101110011001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce24f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce24f; }

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

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

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

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

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

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

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

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