#BFC84C

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

Shades of Celery #BFC84C

Tints of Celery #BFC84C

Color information

#BFC84C (or 0xBFC84C) is unknown color: approx Celery. HEX triplet: BF, C8 and 4C. RGB value is (191,200,76). Sum of RGB (Red+Green+Blue) = 191+200+76=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC84C is #4037B3. Grayscale: #B7B7B7. Windows color (decimal): -4208564 or 5032127. OLE color: 5032127.

HSL color Cylindrical-coordinate representation of color #BFC84C: hue angle of 64.35º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFC84C is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19120076-
CMYK0.0400.620.22
HSL64.35º52.99%54.12%-
HSV(B)64.35º62%78.43%-
XYZ43.4452.9114.76-
YUV183.1767.52133.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 76 (30.08% from 255) = 16.27%
R=40.90%
G=42.83%
B=16.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200760.0400.620.2264.3552.9954.12
HexBFC84C403E16403536
Octal2773101144076261006566
Binary101111111100100010011001000111110101101000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC84C; }

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

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

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

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

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

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

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

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