#BFC348

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

Shades of Celery #BFC348

Tints of Celery #BFC348

Color information

#BFC348 (or 0xBFC348) is unknown color: approx Celery. HEX triplet: BF, C3 and 48. RGB value is (191,195,72). Sum of RGB (Red+Green+Blue) = 191+195+72=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC348 is #403CB7. Grayscale: #B4B4B4. Windows color (decimal): -4209848 or 4768703. OLE color: 4768703.

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

Color convert

RGB19119572-
CMYK0.0200.630.24
HSL61.95º50.62%52.35%-
HSV(B)61.95º63.08%76.47%-
XYZ42.1750.5713.67-
YUV179.7867.17136-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=41.70%
G=42.58%
B=15.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191195720.0200.630.2461.9550.6252.35
HexBFC348203F183e3334
Octal277303110207730766364
Binary1011111111000011100100010011111111000111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC348; }

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

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

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

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

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

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

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

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