#BDBE52

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

Shades of Celery #BDBE52

Tints of Celery #BDBE52

Color information

#BDBE52 (or 0xBDBE52) is unknown color: approx Celery. HEX triplet: BD, BE and 52. RGB value is (189,190,82). Sum of RGB (Red+Green+Blue) = 189+190+82=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE52 is #4241AD. Grayscale: #B1B1B1. Windows color (decimal): -4342190 or 5422781. OLE color: 5422781.

HSL color Cylindrical-coordinate representation of color #BDBE52: hue angle of 60.56º 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 #BDBE52 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB18919082-
CMYK0.0100.570.25
HSL60.56º45.38%53.33%-
HSV(B)60.56º56.84%74.51%-
XYZ40.9248.2515.14-
YUV177.3974.17136.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=41.00%
G=41.21%
B=17.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190820.0100.570.2560.5645.3853.33
HexBDBE521039193d2d35
Octal275276122107131755565
Binary101111011011111010100101011100111001111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE52; }

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

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

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

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

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

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

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

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