#BDBB3E

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

Shades of Celery #BDBB3E

Tints of Celery #BDBB3E

Color information

#BDBB3E (or 0xBDBB3E) is unknown color: approx Celery. HEX triplet: BD, BB and 3E. RGB value is (189,187,62). Sum of RGB (Red+Green+Blue) = 189+187+62=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB3E is #4244C1. Grayscale: #ADADAD. Windows color (decimal): -4342978 or 4111293. OLE color: 4111293.

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

Color convert

RGB18918762-
CMYK00.010.670.26
HSL59.06º50.6%49.22%-
HSV(B)59.06º67.2%74.12%-
XYZ39.6346.7111.48-
YUV173.3565.16139.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 187 (73.44% from 255) = 42.69%
BLUE value IS 62 (24.61% from 255) = 14.16%
R=43.15%
G=42.69%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891876200.010.670.2659.0650.649.22
HexBDBB3E01431A3b3331
Octal275273760110332736361
Binary101111011011101111111001100001111010111011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB3E; }

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

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

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

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

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

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

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

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