#B1BB49

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

Shades of Celery #B1BB49

Tints of Celery #B1BB49

Color information

#B1BB49 (or 0xB1BB49) is unknown color: approx Celery. HEX triplet: B1, BB and 49. RGB value is (177,187,73). Sum of RGB (Red+Green+Blue) = 177+187+73=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BB49 is #4E44B6. Grayscale: #ABABAB. Windows color (decimal): -5129399 or 4832177. OLE color: 4832177.

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

Color convert

RGB17718773-
CMYK0.0500.610.27
HSL65.26º45.6%50.98%-
HSV(B)65.26º60.96%73.33%-
XYZ37.145.3713.1-
YUV171.0172.69132.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=40.50%
G=42.79%
B=16.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177187730.0500.610.2765.2645.650.98
HexB1BB49503D1B412e33
Octal2612731115075331015663
Binary101100011011101110010011010111101110111000001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB49; }

 p { color: rgb(177,187,73); }

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

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

 a { background-color: rgb(177,187,73); }

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

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

 span { border-color: rgb(177,187,73); }

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