#BEC53A

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

Shades of Celery #BEC53A

Tints of Celery #BEC53A

Color information

#BEC53A (or 0xBEC53A) is unknown color: approx Celery. HEX triplet: BE, C5 and 3A. RGB value is (190,197,58). Sum of RGB (Red+Green+Blue) = 190+197+58=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC53A is #413AC5. Grayscale: #B3B3B3. Windows color (decimal): -4274886 or 3851710. OLE color: 3851710.

HSL color Cylindrical-coordinate representation of color #BEC53A: hue angle of 63.02º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC53A is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19019758-
CMYK0.0400.710.23
HSL63.02º54.51%50%-
HSV(B)63.02º70.56%77.25%-
XYZ41.9751.1911.67-
YUV179.0659.68135.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 58 (23.05% from 255) = 13.03%
R=42.70%
G=44.27%
B=13.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197580.0400.710.2363.0254.5150
HexBEC53A4047173f3732
Octal276305724010727776762
Binary10111110110001011110101000100011110111111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC53A; }

 p { color: rgb(190,197,58); }

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

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

 a { background-color: rgb(190,197,58); }

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

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

 span { border-color: rgb(190,197,58); }

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