#B8BA44

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

Shades of Celery #B8BA44

Tints of Celery #B8BA44

Color information

#B8BA44 (or 0xB8BA44) is unknown color: approx Celery. HEX triplet: B8, BA and 44. RGB value is (184,186,68). Sum of RGB (Red+Green+Blue) = 184+186+68=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA44 is #4745BB. Grayscale: #ACACAC. Windows color (decimal): -4670908 or 4504248. OLE color: 4504248.

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

Color convert

RGB18418668-
CMYK0.0100.630.27
HSL61.02º46.46%49.8%-
HSV(B)61.02º63.44%72.94%-
XYZ38.3745.7312.27-
YUV171.9569.34136.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 68 (26.95% from 255) = 15.53%
R=42.01%
G=42.47%
B=15.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186680.0100.630.2761.0246.4649.8
HexB8BA44103F1B3d2e32
Octal270272104107733755662
Binary101110001011101010001001011111111011111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA44; }

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

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

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

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

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

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

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

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