#BFBD4D

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

Shades of Celery #BFBD4D

Tints of Celery #BFBD4D

Color information

#BFBD4D (or 0xBFBD4D) is unknown color: approx Celery. HEX triplet: BF, BD and 4D. RGB value is (191,189,77). Sum of RGB (Red+Green+Blue) = 191+189+77=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD4D is #4042B2. Grayscale: #B1B1B1. Windows color (decimal): -4211379 or 5094847. OLE color: 5094847.

HSL color Cylindrical-coordinate representation of color #BFBD4D: hue angle of 58.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFBD4D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19118977-
CMYK00.010.600.25
HSL58.95º47.11%52.55%-
HSV(B)58.95º59.69%74.9%-
XYZ41.0248.0114.13-
YUV176.8371.66138.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=41.79%
G=41.36%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911897700.010.600.2558.9547.1152.55
HexBFBD4D013C193b2f35
Octal277275115017431735765
Binary101111111011110110011010111110011001111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD4D; }

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

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

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

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

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

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

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

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