#B5BF59

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

Shades of Celery #B5BF59

Tints of Celery #B5BF59

Color information

#B5BF59 (or 0xB5BF59) is unknown color: approx Celery. HEX triplet: B5, BF and 59. RGB value is (181,191,89). Sum of RGB (Red+Green+Blue) = 181+191+89=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF59 is #4A40A6. Grayscale: #B0B0B0. Windows color (decimal): -4866215 or 5881781. OLE color: 5881781.

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

Color convert

RGB18119189-
CMYK0.0500.530.25
HSL65.88º44.35%54.9%-
HSV(B)65.88º53.4%74.9%-
XYZ39.4947.8116.6-
YUV176.3878.69131.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=39.26%
G=41.43%
B=19.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191890.0500.530.2565.8844.3554.9
HexB5BF59503519422c37
Octal2652771315065311025467
Binary101101011011111110110011010110101110011000010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF59; }

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

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

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

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

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

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

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

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