#B1BA4A

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

Shades of Celery #B1BA4A

Tints of Celery #B1BA4A

Color information

#B1BA4A (or 0xB1BA4A) is unknown color: approx Celery. HEX triplet: B1, BA and 4A. RGB value is (177,186,74). Sum of RGB (Red+Green+Blue) = 177+186+74=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA4A is #4E45B5. Grayscale: #AAAAAA. Windows color (decimal): -5129654 or 4897457. OLE color: 4897457.

HSL color Cylindrical-coordinate representation of color #B1BA4A: hue angle of 64.82º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1BA4A is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17718674-
CMYK0.0500.600.27
HSL64.82º44.8%50.98%-
HSV(B)64.82º60.22%72.94%-
XYZ36.9344.9613.21-
YUV170.5473.52132.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=40.50%
G=42.56%
B=16.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186740.0500.600.2764.8244.850.98
HexB1BA4A503C1B412d33
Octal2612721125074331015563
Binary101100011011101010010101010111100110111000001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA4A; }

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

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

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

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

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

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

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

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