#B9BA51

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

Shades of Celery #B9BA51

Tints of Celery #B9BA51

Color information

#B9BA51 (or 0xB9BA51) is unknown color: approx Celery. HEX triplet: B9, BA and 51. RGB value is (185,186,81). Sum of RGB (Red+Green+Blue) = 185+186+81=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA51 is #4645AE. Grayscale: #AEAEAE. Windows color (decimal): -4605359 or 5356217. OLE color: 5356217.

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

Color convert

RGB18518681-
CMYK0.0100.560.27
HSL60.57º43.21%52.35%-
HSV(B)60.57º56.45%72.94%-
XYZ39.0546.0314.61-
YUV173.7375.67136.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 81 (32.03% from 255) = 17.92%
R=40.93%
G=41.15%
B=17.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185186810.0100.560.2760.5743.2152.35
HexB9BA5110381B3d2b34
Octal271272121107033755364
Binary101110011011101010100011011100011011111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA51; }

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

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

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

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

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

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

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

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