#BFC039

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

Shades of Celery #BFC039

Tints of Celery #BFC039

Color information

#BFC039 (or 0xBFC039) is unknown color: approx Celery. HEX triplet: BF, C0 and 39. RGB value is (191,192,57). Sum of RGB (Red+Green+Blue) = 191+192+57=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC039 is #403FC6. Grayscale: #B0B0B0. Windows color (decimal): -4210631 or 3784895. OLE color: 3784895.

HSL color Cylindrical-coordinate representation of color #BFC039: hue angle of 60.44º 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 #BFC039 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19119257-
CMYK0.0100.700.25
HSL60.44º54.22%48.82%-
HSV(B)60.44º70.31%75.29%-
XYZ41.0749.0711.18-
YUV176.3160.67138.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 57 (22.66% from 255) = 12.95%
R=43.41%
G=43.64%
B=12.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192570.0100.700.2560.4454.2248.82
HexBFC0391046193c3631
Octal277300711010631746661
Binary101111111100000011100110100011011001111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC039; }

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

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

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

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

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

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

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

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