#BFBD46

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

Shades of Celery #BFBD46

Tints of Celery #BFBD46

Color information

#BFBD46 (or 0xBFBD46) is unknown color: approx Celery. HEX triplet: BF, BD and 46. RGB value is (191,189,70). Sum of RGB (Red+Green+Blue) = 191+189+70=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD46 is #4042B9. Grayscale: #B0B0B0. Windows color (decimal): -4211386 or 4636095. OLE color: 4636095.

HSL color Cylindrical-coordinate representation of color #BFBD46: hue angle of 59.01º degrees, saturation: 0.49, 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 #BFBD46 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19118970-
CMYK00.010.630.25
HSL59.01º48.59%51.18%-
HSV(B)59.01º63.35%74.9%-
XYZ40.7947.9112.89-
YUV176.0368.16138.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 70 (27.73% from 255) = 15.56%
R=42.44%
G=42%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911897000.010.630.2559.0148.5951.18
HexBFBD46013F193b3133
Octal277275106017731736163
Binary101111111011110110001100111111111001111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD46; }

 p { color: rgb(191,189,70); }

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

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

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

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

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

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

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