#B1BA54

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

Shades of Celery #B1BA54

Tints of Celery #B1BA54

Color information

#B1BA54 (or 0xB1BA54) is unknown color: approx Celery. HEX triplet: B1, BA and 54. RGB value is (177,186,84). Sum of RGB (Red+Green+Blue) = 177+186+84=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA54 is #4E45AB. Grayscale: #ACACAC. Windows color (decimal): -5129644 or 5552817. OLE color: 5552817.

HSL color Cylindrical-coordinate representation of color #B1BA54: hue angle of 65.29º 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 #B1BA54 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB17718684-
CMYK0.0500.550.27
HSL65.29º42.5%52.94%-
HSV(B)65.29º54.84%72.94%-
XYZ37.2945.1115.13-
YUV171.6878.52131.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=39.60%
G=41.61%
B=18.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186840.0500.550.2765.2942.552.94
HexB1BA5450371B412a35
Octal2612721245067331015265
Binary101100011011101010101001010110111110111000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA54; }

 p { color: rgb(177,186,84); }

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

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

 a { background-color: rgb(177,186,84); }

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

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

 span { border-color: rgb(177,186,84); }

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