#BFC64D

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

Shades of Celery #BFC64D

Tints of Celery #BFC64D

Color information

#BFC64D (or 0xBFC64D) is unknown color: approx Celery. HEX triplet: BF, C6 and 4D. RGB value is (191,198,77). Sum of RGB (Red+Green+Blue) = 191+198+77=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC64D is #4039B2. Grayscale: #B6B6B6. Windows color (decimal): -4209075 or 5097151. OLE color: 5097151.

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

Color convert

RGB19119877-
CMYK0.0400.610.22
HSL63.47º51.49%53.92%-
HSV(B)63.47º61.11%77.65%-
XYZ43.025214.79-
YUV182.1168.68134.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 77 (30.47% from 255) = 16.52%
R=40.99%
G=42.49%
B=16.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198770.0400.610.2263.4751.4953.92
HexBFC64D403D163f3336
Octal277306115407526776366
Binary10111111110001101001101100011110110110111111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC64D; }

 p { color: rgb(191,198,77); }

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

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

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

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

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

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

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