#B1BA45

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

Shades of Celery #B1BA45

Tints of Celery #B1BA45

Color information

#B1BA45 (or 0xB1BA45) is unknown color: approx Celery. HEX triplet: B1, BA and 45. RGB value is (177,186,69). Sum of RGB (Red+Green+Blue) = 177+186+69=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA45 is #4E45BA. Grayscale: #AAAAAA. Windows color (decimal): -5129659 or 4569777. OLE color: 4569777.

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

Color convert

RGB17718669-
CMYK0.0500.630.27
HSL64.62º45.88%50%-
HSV(B)64.62º62.9%72.94%-
XYZ36.7644.8912.36-
YUV169.9771.02133.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 69 (27.34% from 255) = 15.97%
R=40.97%
G=43.06%
B=15.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186690.0500.630.2764.6245.8850
HexB1BA45503F1B412e32
Octal2612721055077331015662
Binary101100011011101010001011010111111110111000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA45; }

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

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

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

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

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

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

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

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