#BFCA46

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

Shades of Celery #BFCA46

Tints of Celery #BFCA46

Color information

#BFCA46 (or 0xBFCA46) is unknown color: approx Celery. HEX triplet: BF, CA and 46. RGB value is (191,202,70). Sum of RGB (Red+Green+Blue) = 191+202+70=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA46 is #4035B9. Grayscale: #B8B8B8. Windows color (decimal): -4208058 or 4639423. OLE color: 4639423.

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

Color convert

RGB19120270-
CMYK0.0500.650.21
HSL65º55.46%53.33%-
HSV(B)65º65.35%79.22%-
XYZ43.7153.7613.87-
YUV183.6663.86133.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 70 (27.73% from 255) = 15.12%
R=41.25%
G=43.63%
B=15.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202700.0500.650.216555.4653.33
HexBFCA46504115413735
Octal27731210650101251016765
Binary1011111111001010100011010101000001101011000001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA46; }

 p { color: rgb(191,202,70); }

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

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

 a { background-color: rgb(191,202,70); }

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

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

 span { border-color: rgb(191,202,70); }

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