#B5BB48

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

Shades of Celery #B5BB48

Tints of Celery #B5BB48

Color information

#B5BB48 (or 0xB5BB48) is unknown color: approx Celery. HEX triplet: B5, BB and 48. RGB value is (181,187,72). Sum of RGB (Red+Green+Blue) = 181+187+72=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BB48 is #4A44B7. Grayscale: #ACACAC. Windows color (decimal): -4867256 or 4766645. OLE color: 4766645.

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

Color convert

RGB18118772-
CMYK0.0300.610.27
HSL63.13º45.82%50.78%-
HSV(B)63.13º61.5%73.33%-
XYZ3845.8312.97-
YUV172.171.51134.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 72 (28.52% from 255) = 16.36%
R=41.14%
G=42.5%
B=16.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181187720.0300.610.2763.1345.8250.78
HexB5BB48303D1B3f2e33
Octal265273110307533775663
Binary1011010110111011100100011011110111011111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB48; }

 p { color: rgb(181,187,72); }

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

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

 a { background-color: rgb(181,187,72); }

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

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

 span { border-color: rgb(181,187,72); }

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