#BDBE46

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

Shades of Celery #BDBE46

Tints of Celery #BDBE46

Color information

#BDBE46 (or 0xBDBE46) is unknown color: approx Celery. HEX triplet: BD, BE and 46. RGB value is (189,190,70). Sum of RGB (Red+Green+Blue) = 189+190+70=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE46 is #4241B9. Grayscale: #B0B0B0. Windows color (decimal): -4342202 or 4636349. OLE color: 4636349.

HSL color Cylindrical-coordinate representation of color #BDBE46: hue angle of 60.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBE46 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB18919070-
CMYK0.0100.630.25
HSL60.5º48%50.98%-
HSV(B)60.5º63.16%74.51%-
XYZ40.5148.0912.94-
YUV176.0268.17137.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 70 (27.73% from 255) = 15.59%
R=42.09%
G=42.32%
B=15.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189190700.0100.630.2560.54850.98
HexBDBE46103F193c3033
Octal275276106107731746063
Binary101111011011111010001101011111111001111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE46; }

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

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

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

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

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

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

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

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