#B8BF4F

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

Shades of Celery #B8BF4F

Tints of Celery #B8BF4F

Color information

#B8BF4F (or 0xB8BF4F) is unknown color: approx Celery. HEX triplet: B8, BF and 4F. RGB value is (184,191,79). Sum of RGB (Red+Green+Blue) = 184+191+79=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF4F is #4740B0. Grayscale: #B0B0B0. Windows color (decimal): -4669617 or 5226424. OLE color: 5226424.

HSL color Cylindrical-coordinate representation of color #B8BF4F: hue angle of 63.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8BF4F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB18419179-
CMYK0.0400.590.25
HSL63.75º46.67%52.94%-
HSV(B)63.75º58.64%74.9%-
XYZ39.8148.0214.57-
YUV176.1473.18133.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=40.53%
G=42.07%
B=17.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191790.0400.590.2563.7546.6752.94
HexB8BF4F403B19402f35
Octal2702771174073311005765
Binary101110001011111110011111000111011110011000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF4F; }

 p { color: rgb(184,191,79); }

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

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

 a { background-color: rgb(184,191,79); }

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

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

 span { border-color: rgb(184,191,79); }

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