#BEBE52

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

Shades of Celery #BEBE52

Tints of Celery #BEBE52

Color information

#BEBE52 (or 0xBEBE52) is unknown color: approx Celery. HEX triplet: BE, BE and 52. RGB value is (190,190,82). Sum of RGB (Red+Green+Blue) = 190+190+82=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE52 is #4141AD. Grayscale: #B2B2B2. Windows color (decimal): -4276654 or 5422782. OLE color: 5422782.

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

Color convert

RGB19019082-
CMYK000.570.25
HSL60º45.38%53.33%-
HSV(B)60º56.84%74.51%-
XYZ41.1748.3815.15-
YUV177.6974136.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 82 (32.42% from 255) = 17.75%
R=41.13%
G=41.13%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019082000.570.256045.3853.33
HexBEBE520039193c2d35
Octal276276122007131745565
Binary101111101011111010100100011100111001111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE52; }

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

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

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

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

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

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

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

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