#BFC943

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

Shades of Celery #BFC943

Tints of Celery #BFC943

Color information

#BFC943 (or 0xBFC943) is unknown color: approx Celery. HEX triplet: BF, C9 and 43. RGB value is (191,201,67). Sum of RGB (Red+Green+Blue) = 191+201+67=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC943 is #4036BC. Grayscale: #B7B7B7. Windows color (decimal): -4208317 or 4442559. OLE color: 4442559.

HSL color Cylindrical-coordinate representation of color #BFC943: hue angle of 64.48º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFC943 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB19120167-
CMYK0.0500.670.21
HSL64.48º55.37%52.55%-
HSV(B)64.48º66.67%78.82%-
XYZ43.3953.2513.3-
YUV182.7362.69133.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 67 (26.56% from 255) = 14.60%
R=41.61%
G=43.79%
B=14.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201670.0500.670.2164.4855.3752.55
HexBFC943504315403735
Octal27731110350103251006765
Binary1011111111001001100001110101000011101011000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC943; }

 p { color: rgb(191,201,67); }

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

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

 a { background-color: rgb(191,201,67); }

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

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

 span { border-color: rgb(191,201,67); }

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