#BCE15A

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

Shades of Conifer #BCE15A

Tints of Conifer #BCE15A

Color information

#BCE15A (or 0xBCE15A) is unknown color: approx Conifer. HEX triplet: BC, E1 and 5A. RGB value is (188,225,90). Sum of RGB (Red+Green+Blue) = 188+225+90=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE15A is #431EA5. Grayscale: #C7C7C7. Windows color (decimal): -4398758 or 5956028. OLE color: 5956028.

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

Color convert

RGB18822590-
CMYK0.1600.600.12
HSL76.44º69.23%61.76%-
HSV(B)76.44º60%88.24%-
XYZ49.5165.2819.66-
YUV198.5566.74120.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 225 (88.28% from 255) = 44.73%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=37.38%
G=44.73%
B=17.89%

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
Decimal188225900.1600.600.1276.4469.2361.76
HexBCE15A1003CC4c453e
Octal274341132200741411410576
Binary10111100111000011011010100000111100110010011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE15A; }

 p { color: rgb(188,225,90); }

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

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

 a { background-color: rgb(188,225,90); }

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

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

 span { border-color: rgb(188,225,90); }

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