#BFC340

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

Shades of Celery #BFC340

Tints of Celery #BFC340

Color information

#BFC340 (or 0xBFC340) is unknown color: approx Celery. HEX triplet: BF, C3 and 40. RGB value is (191,195,64). Sum of RGB (Red+Green+Blue) = 191+195+64=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC340 is #403CBF. Grayscale: #B3B3B3. Windows color (decimal): -4209856 or 4244415. OLE color: 4244415.

HSL color Cylindrical-coordinate representation of color #BFC340: hue angle of 61.83º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC340 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19119564-
CMYK0.0200.670.24
HSL61.83º52.19%50.78%-
HSV(B)61.83º67.18%76.47%-
XYZ41.9350.4812.38-
YUV178.8763.17136.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 195 (76.56% from 255) = 43.33%
BLUE value IS 64 (25.39% from 255) = 14.22%
R=42.44%
G=43.33%
B=14.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191195640.0200.670.2461.8352.1950.78
HexBFC3402043183e3433
Octal2773031002010330766463
Binary10111111110000111000000100100001111000111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC340; }

 p { color: rgb(191,195,64); }

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

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

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

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

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

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

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