#BCE45C

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

Shades of Conifer #BCE45C

Tints of Conifer #BCE45C

Color information

#BCE45C (or 0xBCE45C) is unknown color: approx Conifer. HEX triplet: BC, E4 and 5C. RGB value is (188,228,92). Sum of RGB (Red+Green+Blue) = 188+228+92=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE45C is #431BA3. Grayscale: #C9C9C9. Windows color (decimal): -4397988 or 6087868. OLE color: 6087868.

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

Color convert

RGB18822892-
CMYK0.1800.600.11
HSL77.65º71.58%62.75%-
HSV(B)77.65º59.65%89.41%-
XYZ50.4166.9520.39-
YUV200.5466.75119.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 228 (89.45% from 255) = 44.88%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=37.01%
G=44.88%
B=18.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228920.1800.600.1177.6571.5862.75
HexBCE45C1203CB4e483f
Octal274344134220741311611077
Binary10111100111001001011100100100111100101110011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE45C; }

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

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

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

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

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

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

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

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