#B8BA4F

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

Shades of Celery #B8BA4F

Tints of Celery #B8BA4F

Color information

#B8BA4F (or 0xB8BA4F) is unknown color: approx Celery. HEX triplet: B8, BA and 4F. RGB value is (184,186,79). Sum of RGB (Red+Green+Blue) = 184+186+79=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA4F is #4745B0. Grayscale: #ADADAD. Windows color (decimal): -4670897 or 5225144. OLE color: 5225144.

HSL color Cylindrical-coordinate representation of color #B8BA4F: hue angle of 61.12º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8BA4F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18418679-
CMYK0.0100.580.27
HSL61.12º43.67%51.96%-
HSV(B)61.12º57.53%72.94%-
XYZ38.7445.8714.21-
YUV173.274.84135.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=40.98%
G=41.43%
B=17.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186790.0100.580.2761.1243.6751.96
HexB8BA4F103A1B3d2c34
Octal270272117107233755464
Binary101110001011101010011111011101011011111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA4F; }

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

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

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

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

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

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

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

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