#B4BA53

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

Shades of Celery #B4BA53

Tints of Celery #B4BA53

Color information

#B4BA53 (or 0xB4BA53) is unknown color: approx Celery. HEX triplet: B4, BA and 53. RGB value is (180,186,83). Sum of RGB (Red+Green+Blue) = 180+186+83=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA53 is #4B45AC. Grayscale: #ACACAC. Windows color (decimal): -4933037 or 5487284. OLE color: 5487284.

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

Color convert

RGB18018683-
CMYK0.0300.550.27
HSL63.5º42.74%52.75%-
HSV(B)63.5º55.38%72.94%-
XYZ37.9445.4514.96-
YUV172.4677.51133.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=40.09%
G=41.43%
B=18.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186830.0300.550.2763.542.7452.75
HexB4BA5330371B3f2b35
Octal264272123306733775365
Binary1011010010111010101001111011011111011111111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA53; }

 p { color: rgb(180,186,83); }

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

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

 a { background-color: rgb(180,186,83); }

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

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

 span { border-color: rgb(180,186,83); }

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