#BEC44A

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

Shades of Celery #BEC44A

Tints of Celery #BEC44A

Color information

#BEC44A (or 0xBEC44A) is unknown color: approx Celery. HEX triplet: BE, C4 and 4A. RGB value is (190,196,74). Sum of RGB (Red+Green+Blue) = 190+196+74=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC44A is #413BB5. Grayscale: #B4B4B4. Windows color (decimal): -4275126 or 4900030. OLE color: 4900030.

HSL color Cylindrical-coordinate representation of color #BEC44A: hue angle of 62.95º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEC44A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19019674-
CMYK0.0300.620.23
HSL62.95º50.83%52.94%-
HSV(B)62.95º62.24%76.86%-
XYZ42.2150.9214.08-
YUV180.368.01134.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=41.30%
G=42.61%
B=16.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190196740.0300.620.2362.9550.8352.94
HexBEC44A303E173f3335
Octal276304112307627776365
Binary1011111011000100100101011011111010111111111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC44A; }

 p { color: rgb(190,196,74); }

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

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

 a { background-color: rgb(190,196,74); }

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

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

 span { border-color: rgb(190,196,74); }

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