#B1BA4E

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

Shades of Celery #B1BA4E

Tints of Celery #B1BA4E

Color information

#B1BA4E (or 0xB1BA4E) is unknown color: approx Celery. HEX triplet: B1, BA and 4E. RGB value is (177,186,78). Sum of RGB (Red+Green+Blue) = 177+186+78=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA4E is #4E45B1. Grayscale: #ABABAB. Windows color (decimal): -5129650 or 5159601. OLE color: 5159601.

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

Color convert

RGB17718678-
CMYK0.0500.580.27
HSL65º43.9%51.76%-
HSV(B)65º58.06%72.94%-
XYZ37.0745.0113.94-
YUV17175.52132.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=40.14%
G=42.18%
B=17.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177186780.0500.580.276543.951.76
HexB1BA4E503A1B412c34
Octal2612721165072331015464
Binary101100011011101010011101010111010110111000001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA4E; }

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

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

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

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

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

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

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

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