#BDBD51

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

Shades of Celery #BDBD51

Tints of Celery #BDBD51

Color information

#BDBD51 (or 0xBDBD51) is unknown color: approx Celery. HEX triplet: BD, BD and 51. RGB value is (189,189,81). Sum of RGB (Red+Green+Blue) = 189+189+81=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD51 is #4242AE. Grayscale: #B1B1B1. Windows color (decimal): -4342447 or 5356989. OLE color: 5356989.

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

Color convert

RGB18918981-
CMYK000.570.26
HSL60º45%52.94%-
HSV(B)60º57.14%74.12%-
XYZ40.6747.8114.87-
YUV176.6974136.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 81 (32.03% from 255) = 17.65%
R=41.18%
G=41.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918981000.570.26604552.94
HexBDBD5100391A3c2d35
Octal275275121007132745565
Binary101111011011110110100010011100111010111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD51; }

 p { color: rgb(189,189,81); }

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

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

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

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

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

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

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