#BEBE41

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

Shades of Celery #BEBE41

Tints of Celery #BEBE41

Color information

#BEBE41 (or 0xBEBE41) is unknown color: approx Celery. HEX triplet: BE, BE and 41. RGB value is (190,190,65). Sum of RGB (Red+Green+Blue) = 190+190+65=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE41 is #4141BE. Grayscale: #B0B0B0. Windows color (decimal): -4276671 or 4308670. OLE color: 4308670.

HSL color Cylindrical-coordinate representation of color #BEBE41: hue angle of 60º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEBE41 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19019065-
CMYK000.660.25
HSL60º49.02%50%-
HSV(B)60º65.79%74.51%-
XYZ40.648.1612.16-
YUV175.7565.5138.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 190 (74.61% from 255) = 42.70%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=42.70%
G=42.70%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019065000.660.256049.0250
HexBEBE410042193c3132
Octal2762761010010231746162
Binary1011111010111110100000100100001011001111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE41; }

 p { color: rgb(190,190,65); }

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

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

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

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

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

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

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