#bdbc48

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

Shades of Celery #BDBC48

Tints of Celery #BDBC48

Color information

#BDBC48 (or 0xBDBC48) is unknown color: approx Celery. HEX triplet: BD, BC and 48. RGB value is (189,188,72). Sum of RGB (Red+Green+Blue) = 189+188+72=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC48 is #4243B7. Grayscale: #AFAFAF. Windows color (decimal): -4342712 or 4766909. OLE color: 4766909.

HSL color Cylindrical-coordinate representation of color #BDBC48: hue angle of 59.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDBC48 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18918872-
CMYK00.010.620.26
HSL59.49º46.99%51.18%-
HSV(B)59.49º61.9%74.12%-
XYZ40.1447.2513.14-
YUV175.0869.83137.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=42.09%
G=41.87%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891887200.010.620.2659.4946.9951.18
HexBDBC48013E1A3b2f33
Octal275274110017632735763
Binary101111011011110010010000111111011010111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdbc48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdbc48; }

 p { color: rgb(189,188,72); }

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

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

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

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

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

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

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