#BFBE45

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

Shades of Celery #BFBE45

Tints of Celery #BFBE45

Color information

#BFBE45 (or 0xBFBE45) is unknown color: approx Celery. HEX triplet: BF, BE and 45. RGB value is (191,190,69). Sum of RGB (Red+Green+Blue) = 191+190+69=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE45 is #4041BA. Grayscale: #B0B0B0. Windows color (decimal): -4211131 or 4570815. OLE color: 4570815.

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

Color convert

RGB19119069-
CMYK00.010.640.25
HSL59.51º48.8%50.98%-
HSV(B)59.51º63.87%74.9%-
XYZ40.9748.3312.8-
YUV176.567.33138.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=42.44%
G=42.22%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911906900.010.640.2559.5148.850.98
HexBFBE450140193c3133
Octal2772761050110031746163
Binary1011111110111110100010101100000011001111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE45; }

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

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

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

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

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

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

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

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