#BDBA4B

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

Shades of Celery #BDBA4B

Tints of Celery #BDBA4B

Color information

#BDBA4B (or 0xBDBA4B) is unknown color: approx Celery. HEX triplet: BD, BA and 4B. RGB value is (189,186,75). Sum of RGB (Red+Green+Blue) = 189+186+75=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA4B is #4245B4. Grayscale: #AEAEAE. Windows color (decimal): -4343221 or 4963005. OLE color: 4963005.

HSL color Cylindrical-coordinate representation of color #BDBA4B: hue angle of 58.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDBA4B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18918675-
CMYK00.020.600.26
HSL58.42º46.34%51.76%-
HSV(B)58.42º60.32%74.12%-
XYZ39.8246.4413.52-
YUV174.2471.99138.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=42%
G=41.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891867500.020.600.2658.4246.3451.76
HexBDBA4B023C1A3a2e34
Octal275272113027432725664
Binary1011110110111010100101101011110011010111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA4B; }

 p { color: rgb(189,186,75); }

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

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

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

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

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

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

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