#B9BA4F

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

Shades of Celery #B9BA4F

Tints of Celery #B9BA4F

Color information

#B9BA4F (or 0xB9BA4F) is unknown color: approx Celery. HEX triplet: B9, BA and 4F. RGB value is (185,186,79). Sum of RGB (Red+Green+Blue) = 185+186+79=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA4F is #4645B0. Grayscale: #ADADAD. Windows color (decimal): -4605361 or 5225145. OLE color: 5225145.

HSL color Cylindrical-coordinate representation of color #B9BA4F: hue angle of 60.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9BA4F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18518679-
CMYK0.0100.580.27
HSL60.56º43.67%51.96%-
HSV(B)60.56º57.53%72.94%-
XYZ38.984614.22-
YUV173.574.67136.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=41.11%
G=41.33%
B=17.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185186790.0100.580.2760.5643.6751.96
HexB9BA4F103A1B3d2c34
Octal271272117107233755464
Binary101110011011101010011111011101011011111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA4F; }

 p { color: rgb(185,186,79); }

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

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

 a { background-color: rgb(185,186,79); }

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

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

 span { border-color: rgb(185,186,79); }

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