#BDBD45

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

Shades of Celery #BDBD45

Tints of Celery #BDBD45

Color information

#BDBD45 (or 0xBDBD45) is unknown color: approx Celery. HEX triplet: BD, BD and 45. RGB value is (189,189,69). Sum of RGB (Red+Green+Blue) = 189+189+69=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD45 is #4242BA. Grayscale: #AFAFAF. Windows color (decimal): -4342459 or 4570557. OLE color: 4570557.

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

Color convert

RGB18918969-
CMYK000.630.26
HSL60º47.62%50.59%-
HSV(B)60º63.49%74.12%-
XYZ40.2647.6412.7-
YUV175.3268137.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=42.28%
G=42.28%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918969000.630.266047.6250.59
HexBDBD45003F1A3c3033
Octal275275105007732746063
Binary101111011011110110001010011111111010111100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD45; }

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

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

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

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

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

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

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

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