#BFBF54

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

Shades of Celery #BFBF54

Tints of Celery #BFBF54

Color information

#BFBF54 (or 0xBFBF54) is unknown color: approx Celery. HEX triplet: BF, BF and 54. RGB value is (191,191,84). Sum of RGB (Red+Green+Blue) = 191+191+84=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF54 is #4040AB. Grayscale: #B3B3B3. Windows color (decimal): -4210860 or 5554111. OLE color: 5554111.

HSL color Cylindrical-coordinate representation of color #BFBF54: hue angle of 60º 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 #BFBF54 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19119184-
CMYK000.560.25
HSL60º45.53%53.92%-
HSV(B)60º56.02%74.9%-
XYZ41.7248.9815.64-
YUV178.874.5136.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=40.99%
G=40.99%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119184000.560.256045.5353.92
HexBFBF540038193c2e36
Octal277277124007031745666
Binary101111111011111110101000011100011001111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF54; }

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

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

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

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

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

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

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

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