#BEC94B

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

Shades of Celery #BEC94B

Tints of Celery #BEC94B

Color information

#BEC94B (or 0xBEC94B) is unknown color: approx Celery. HEX triplet: BE, C9 and 4B. RGB value is (190,201,75). Sum of RGB (Red+Green+Blue) = 190+201+75=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC94B is #4136B4. Grayscale: #B7B7B7. Windows color (decimal): -4273845 or 4966846. OLE color: 4966846.

HSL color Cylindrical-coordinate representation of color #BEC94B: hue angle of 65.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC94B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB19020175-
CMYK0.0500.630.21
HSL65.24º53.85%54.12%-
HSV(B)65.24º62.69%78.82%-
XYZ43.3953.2314.64-
YUV183.3566.86132.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 201 (78.91% from 255) = 43.13%
BLUE value IS 75 (29.69% from 255) = 16.09%
R=40.77%
G=43.13%
B=16.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201750.0500.630.2165.2453.8554.12
HexBEC94B503F15413636
Octal2763111135077251016666
Binary101111101100100110010111010111111101011000001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC94B; }

 p { color: rgb(190,201,75); }

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

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

 a { background-color: rgb(190,201,75); }

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

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

 span { border-color: rgb(190,201,75); }

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