#B9BD45

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

Shades of Celery #B9BD45

Tints of Celery #B9BD45

Color information

#B9BD45 (or 0xB9BD45) is unknown color: approx Celery. HEX triplet: B9, BD and 45. RGB value is (185,189,69). Sum of RGB (Red+Green+Blue) = 185+189+69=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD45 is #4642BA. Grayscale: #AEAEAE. Windows color (decimal): -4604603 or 4570553. OLE color: 4570553.

HSL color Cylindrical-coordinate representation of color #B9BD45: hue angle of 62º 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 #B9BD45 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18518969-
CMYK0.0200.630.26
HSL62º47.62%50.59%-
HSV(B)62º63.49%74.12%-
XYZ39.2847.1412.66-
YUV174.1268.67135.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=41.76%
G=42.66%
B=15.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189690.0200.630.266247.6250.59
HexB9BD45203F1A3e3033
Octal271275105207732766063
Binary1011100110111101100010110011111111010111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD45; }

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

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

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

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

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

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

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

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