#BFBE4E

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

Shades of Celery #BFBE4E

Tints of Celery #BFBE4E

Color information

#BFBE4E (or 0xBFBE4E) is unknown color: approx Celery. HEX triplet: BF, BE and 4E. RGB value is (191,190,78). Sum of RGB (Red+Green+Blue) = 191+190+78=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE4E is #4041B1. Grayscale: #B1B1B1. Windows color (decimal): -4211122 or 5160639. OLE color: 5160639.

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

Color convert

RGB19119078-
CMYK00.010.590.25
HSL59.47º46.89%52.75%-
HSV(B)59.47º59.16%74.9%-
XYZ41.2748.4514.38-
YUV177.5371.83137.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=41.61%
G=41.39%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911907800.010.590.2559.4746.8952.75
HexBFBE4E013B193b2f35
Octal277276116017331735765
Binary101111111011111010011100111101111001111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE4E; }

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

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

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

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

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

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

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

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