#BFBF39

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

Shades of Celery #BFBF39

Tints of Celery #BFBF39

Color information

#BFBF39 (or 0xBFBF39) is unknown color: approx Celery. HEX triplet: BF, BF and 39. RGB value is (191,191,57). Sum of RGB (Red+Green+Blue) = 191+191+57=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF39 is #4040C6. Grayscale: #B0B0B0. Windows color (decimal): -4210887 or 3784639. OLE color: 3784639.

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

Color convert

RGB19119157-
CMYK000.700.25
HSL60º54.03%48.63%-
HSV(B)60º70.16%74.9%-
XYZ40.8648.6311.1-
YUV175.7261138.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 57 (22.66% from 255) = 12.98%
R=43.51%
G=43.51%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119157000.700.256054.0348.63
HexBFBF390046193c3631
Octal277277710010631746661
Binary101111111011111111100100100011011001111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF39; }

 p { color: rgb(191,191,57); }

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

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

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

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

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

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

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