#BFBD42

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

Shades of Celery #BFBD42

Tints of Celery #BFBD42

Color information

#BFBD42 (or 0xBFBD42) is unknown color: approx Celery. HEX triplet: BF, BD and 42. RGB value is (191,189,66). Sum of RGB (Red+Green+Blue) = 191+189+66=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD42 is #4042BD. Grayscale: #B0B0B0. Windows color (decimal): -4211390 or 4373951. OLE color: 4373951.

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

Color convert

RGB19118966-
CMYK00.010.650.25
HSL59.04º49.41%50.39%-
HSV(B)59.04º65.45%74.9%-
XYZ40.6747.8612.25-
YUV175.5866.16139-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=42.83%
G=42.38%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911896600.010.650.2559.0449.4150.39
HexBFBD420141193b3132
Octal2772751020110131736162
Binary1011111110111101100001001100000111001111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD42; }

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

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

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

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

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

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

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

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