#B9BF3F

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

Shades of Celery #B9BF3F

Tints of Celery #B9BF3F

Color information

#B9BF3F (or 0xB9BF3F) is unknown color: approx Celery. HEX triplet: B9, BF and 3F. RGB value is (185,191,63). Sum of RGB (Red+Green+Blue) = 185+191+63=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF3F is #4640C0. Grayscale: #AFAFAF. Windows color (decimal): -4604097 or 4177849. OLE color: 4177849.

HSL color Cylindrical-coordinate representation of color #B9BF3F: hue angle of 62.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9BF3F is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB18519163-
CMYK0.0300.670.25
HSL62.81º50.39%49.8%-
HSV(B)62.81º67.02%74.9%-
XYZ39.5447.9311.87-
YUV174.6165.01135.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 63 (25% from 255) = 14.35%
R=42.14%
G=43.51%
B=14.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191630.0300.670.2562.8150.3949.8
HexB9BF3F3043193f3232
Octal271277773010331776262
Binary1011100110111111111111110100001111001111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF3F; }

 p { color: rgb(185,191,63); }

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

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

 a { background-color: rgb(185,191,63); }

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

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

 span { border-color: rgb(185,191,63); }

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