#BDBB4D

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

Shades of Celery #BDBB4D

Tints of Celery #BDBB4D

Color information

#BDBB4D (or 0xBDBB4D) is unknown color: approx Celery. HEX triplet: BD, BB and 4D. RGB value is (189,187,77). Sum of RGB (Red+Green+Blue) = 189+187+77=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB4D is #4244B2. Grayscale: #AFAFAF. Windows color (decimal): -4342963 or 5094333. OLE color: 5094333.

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

Color convert

RGB18918777-
CMYK00.010.590.26
HSL58.93º45.9%52.16%-
HSV(B)58.93º59.26%74.12%-
XYZ40.146.913.96-
YUV175.0672.66137.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=41.72%
G=41.28%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891877700.010.590.2658.9345.952.16
HexBDBB4D013B1A3b2e34
Octal275273115017332735664
Binary101111011011101110011010111101111010111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB4D; }

 p { color: rgb(189,187,77); }

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

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

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

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

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

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

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