#B8BD49

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

Shades of Celery #B8BD49

Tints of Celery #B8BD49

Color information

#B8BD49 (or 0xB8BD49) is unknown color: approx Celery. HEX triplet: B8, BD and 49. RGB value is (184,189,73). Sum of RGB (Red+Green+Blue) = 184+189+73=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD49 is #4742B6. Grayscale: #AEAEAE. Windows color (decimal): -4670135 or 4832696. OLE color: 4832696.

HSL color Cylindrical-coordinate representation of color #B8BD49: hue angle of 62.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8BD49 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18418973-
CMYK0.0300.610.26
HSL62.59º46.77%51.37%-
HSV(B)62.59º61.38%74.12%-
XYZ39.1747.0713.32-
YUV174.2870.84134.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 73 (28.91% from 255) = 16.37%
R=41.26%
G=42.38%
B=16.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189730.0300.610.2662.5946.7751.37
HexB8BD49303D1A3f2f33
Octal270275111307532775763
Binary1011100010111101100100111011110111010111111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD49; }

 p { color: rgb(184,189,73); }

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

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

 a { background-color: rgb(184,189,73); }

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

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

 span { border-color: rgb(184,189,73); }

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