#B8B44A

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

Shades of Celery #B8B44A

Tints of Celery #B8B44A

Color information

#B8B44A (or 0xB8B44A) is unknown color: approx Celery. HEX triplet: B8, B4 and 4A. RGB value is (184,180,74). Sum of RGB (Red+Green+Blue) = 184+180+74=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B44A is #474BB5. Grayscale: #A9A9A9. Windows color (decimal): -4672438 or 4895928. OLE color: 4895928.

HSL color Cylindrical-coordinate representation of color #B8B44A: hue angle of 57.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8B44A is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18418074-
CMYK00.020.600.28
HSL57.82º43.65%50.59%-
HSV(B)57.82º59.78%72.16%-
XYZ37.3243.3312.87-
YUV169.1174.33138.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=42.01%
G=41.10%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841807400.020.600.2857.8243.6550.59
HexB8B44A023C1C3a2c33
Octal270264112027434725463
Binary1011100010110100100101001011110011100111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B44A; }

 p { color: rgb(184,180,74); }

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

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

 a { background-color: rgb(184,180,74); }

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

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

 span { border-color: rgb(184,180,74); }

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