#BCE84B

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

Shades of Conifer #BCE84B

Tints of Conifer #BCE84B

Color information

#BCE84B (or 0xBCE84B) is unknown color: approx Conifer. HEX triplet: BC, E8 and 4B. RGB value is (188,232,75). Sum of RGB (Red+Green+Blue) = 188+232+75=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE84B is #4317B4. Grayscale: #C9C9C9. Windows color (decimal): -4396981 or 4974780. OLE color: 4974780.

HSL color Cylindrical-coordinate representation of color #BCE84B: hue angle of 76.82º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCE84B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB18823275-
CMYK0.1900.680.09
HSL76.82º77.34%60.2%-
HSV(B)76.82º67.67%90.98%-
XYZ50.8768.9117.28-
YUV200.9556.92118.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=37.98%
G=46.87%
B=15.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188232750.1900.680.0976.8277.3460.2
HexBCE84B1304494d4d3c
Octal2743501132301041111511574
Binary101111001110100010010111001101000100100110011011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE84B; }

 p { color: rgb(188,232,75); }

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

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

 a { background-color: rgb(188,232,75); }

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

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

 span { border-color: rgb(188,232,75); }

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