#BCEB49

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

Shades of Conifer #BCEB49

Tints of Conifer #BCEB49

Color information

#BCEB49 (or 0xBCEB49) is unknown color: approx Conifer. HEX triplet: BC, EB and 49. RGB value is (188,235,73). Sum of RGB (Red+Green+Blue) = 188+235+73=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB49 is #4314B6. Grayscale: #CBCBCB. Windows color (decimal): -4396215 or 4844476. OLE color: 4844476.

HSL color Cylindrical-coordinate representation of color #BCEB49: hue angle of 77.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCEB49 is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB18823573-
CMYK0.200.690.08
HSL77.41º80.2%60.39%-
HSV(B)77.41º68.94%92.16%-
XYZ51.6570.5917.21-
YUV202.4854.93117.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 235 (92.19% from 255) = 47.38%
BLUE value IS 73 (28.91% from 255) = 14.72%
R=37.90%
G=47.38%
B=14.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188235730.200.690.0877.4180.260.39
HexBCEB491404584d503c
Octal2743531112401051011512074
Binary101111001110101110010011010001000101100010011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEB49; }

 p { color: rgb(188,235,73); }

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

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

 a { background-color: rgb(188,235,73); }

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

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

 span { border-color: rgb(188,235,73); }

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