#B5BF47

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

Shades of Celery #B5BF47

Tints of Celery #B5BF47

Color information

#B5BF47 (or 0xB5BF47) is unknown color: approx Celery. HEX triplet: B5, BF and 47. RGB value is (181,191,71). Sum of RGB (Red+Green+Blue) = 181+191+71=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF47 is #4A40B8. Grayscale: #AEAEAE. Windows color (decimal): -4866233 or 4702133. OLE color: 4702133.

HSL color Cylindrical-coordinate representation of color #B5BF47: hue angle of 65º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5BF47 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB18119171-
CMYK0.0500.630.25
HSL65º48.39%51.37%-
HSV(B)65º62.83%74.9%-
XYZ38.8247.5413.09-
YUV174.3369.69132.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 71 (28.12% from 255) = 16.03%
R=40.86%
G=43.12%
B=16.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191710.0500.630.256548.3951.37
HexB5BF47503F19413033
Octal2652771075077311016063
Binary101101011011111110001111010111111110011000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF47; }

 p { color: rgb(181,191,71); }

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

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

 a { background-color: rgb(181,191,71); }

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

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

 span { border-color: rgb(181,191,71); }

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