#B8BA4D

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

Shades of Celery #B8BA4D

Tints of Celery #B8BA4D

Color information

#B8BA4D (or 0xB8BA4D) is unknown color: approx Celery. HEX triplet: B8, BA and 4D. RGB value is (184,186,77). Sum of RGB (Red+Green+Blue) = 184+186+77=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA4D is #4745B2. Grayscale: #ADADAD. Windows color (decimal): -4670899 or 5094072. OLE color: 5094072.

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

Color convert

RGB18418677-
CMYK0.0100.590.27
HSL61.1º44.13%51.57%-
HSV(B)61.1º58.6%72.94%-
XYZ38.6745.8413.83-
YUV172.9873.84135.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 77 (30.47% from 255) = 17.23%
R=41.16%
G=41.61%
B=17.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186770.0100.590.2761.144.1351.57
HexB8BA4D103B1B3d2c34
Octal270272115107333755464
Binary101110001011101010011011011101111011111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA4D; }

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

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

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

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

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

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

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

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