#BFBE54

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

Shades of Celery #BFBE54

Tints of Celery #BFBE54

Color information

#BFBE54 (or 0xBFBE54) is unknown color: approx Celery. HEX triplet: BF, BE and 54. RGB value is (191,190,84). Sum of RGB (Red+Green+Blue) = 191+190+84=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE54 is #4041AB. Grayscale: #B2B2B2. Windows color (decimal): -4211116 or 5553855. OLE color: 5553855.

HSL color Cylindrical-coordinate representation of color #BFBE54: hue angle of 59.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFBE54 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19119084-
CMYK00.010.560.25
HSL59.44º45.53%53.92%-
HSV(B)59.44º56.02%74.9%-
XYZ41.548.5415.57-
YUV178.2174.83137.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=41.08%
G=40.86%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911908400.010.560.2559.4445.5353.92
HexBFBE540138193b2e36
Octal277276124017031735666
Binary101111111011111010101000111100011001111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE54; }

 p { color: rgb(191,190,84); }

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

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

 a { background-color: rgb(191,190,84); }

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

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

 span { border-color: rgb(191,190,84); }

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