#BDBD3A

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

Shades of Celery #BDBD3A

Tints of Celery #BDBD3A

Color information

#BDBD3A (or 0xBDBD3A) is unknown color: approx Celery. HEX triplet: BD, BD and 3A. RGB value is (189,189,58). Sum of RGB (Red+Green+Blue) = 189+189+58=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD3A is #4242C5. Grayscale: #AEAEAE. Windows color (decimal): -4342470 or 3849661. OLE color: 3849661.

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

Color convert

RGB18918958-
CMYK000.690.26
HSL60º53.04%48.43%-
HSV(B)60º69.31%74.12%-
XYZ39.9547.5211.07-
YUV174.0762.5138.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=43.35%
G=43.35%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918958000.690.266053.0448.43
HexBDBD3A00451A3c3530
Octal275275720010532746560
Binary101111011011110111101000100010111010111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD3A; }

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

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

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

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

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

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

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

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