#B0BA57

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

Shades of Celery #B0BA57

Tints of Celery #B0BA57

Color information

#B0BA57 (or 0xB0BA57) is unknown color: approx Celery. HEX triplet: B0, BA and 57. RGB value is (176,186,87). Sum of RGB (Red+Green+Blue) = 176+186+87=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA57 is #4F45A8. Grayscale: #ACACAC. Windows color (decimal): -5195177 or 5749424. OLE color: 5749424.

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

Color convert

RGB17618687-
CMYK0.0500.530.27
HSL66.06º41.77%53.53%-
HSV(B)66.06º53.23%72.94%-
XYZ37.1845.0415.75-
YUV171.7280.19131.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 87 (34.38% from 255) = 19.38%
R=39.20%
G=41.43%
B=19.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186870.0500.530.2766.0641.7753.53
HexB0BA5750351B422a36
Octal2602721275065331025266
Binary101100001011101010101111010110101110111000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA57; }

 p { color: rgb(176,186,87); }

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

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

 a { background-color: rgb(176,186,87); }

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

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

 span { border-color: rgb(176,186,87); }

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