#B8BC45

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

Shades of Celery #B8BC45

Tints of Celery #B8BC45

Color information

#B8BC45 (or 0xB8BC45) is unknown color: approx Celery. HEX triplet: B8, BC and 45. RGB value is (184,188,69). Sum of RGB (Red+Green+Blue) = 184+188+69=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC45 is #4743BA. Grayscale: #ADADAD. Windows color (decimal): -4670395 or 4570296. OLE color: 4570296.

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

Color convert

RGB18418869-
CMYK0.0200.630.26
HSL62.02º47.04%50.39%-
HSV(B)62.02º63.3%73.73%-
XYZ38.8246.5912.58-
YUV173.2469.17135.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 69 (27.34% from 255) = 15.65%
R=41.72%
G=42.63%
B=15.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184188690.0200.630.2662.0247.0450.39
HexB8BC45203F1A3e2f32
Octal270274105207732765762
Binary1011100010111100100010110011111111010111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC45; }

 p { color: rgb(184,188,69); }

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

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

 a { background-color: rgb(184,188,69); }

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

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

 span { border-color: rgb(184,188,69); }

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