#BFC84F

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

Shades of Celery #BFC84F

Tints of Celery #BFC84F

Color information

#BFC84F (or 0xBFC84F) is unknown color: approx Celery. HEX triplet: BF, C8 and 4F. RGB value is (191,200,79). Sum of RGB (Red+Green+Blue) = 191+200+79=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC84F is #4037B0. Grayscale: #B7B7B7. Windows color (decimal): -4208561 or 5228735. OLE color: 5228735.

HSL color Cylindrical-coordinate representation of color #BFC84F: hue angle of 64.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFC84F is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19120079-
CMYK0.0400.600.22
HSL64.46º52.38%54.71%-
HSV(B)64.46º60.5%78.43%-
XYZ43.5552.9515.32-
YUV183.5269.02133.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 200 (78.52% from 255) = 42.55%
BLUE value IS 79 (31.25% from 255) = 16.81%
R=40.64%
G=42.55%
B=16.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200790.0400.600.2264.4652.3854.71
HexBFC84F403C16403437
Octal2773101174074261006467
Binary101111111100100010011111000111100101101000000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC84F; }

 p { color: rgb(191,200,79); }

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

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

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

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

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

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

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