#B8C550

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

Shades of Celery #B8C550

Tints of Celery #B8C550

Color information

#B8C550 (or 0xB8C550) is unknown color: approx Celery. HEX triplet: B8, C5 and 50. RGB value is (184,197,80). Sum of RGB (Red+Green+Blue) = 184+197+80=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C550 is #473AAF. Grayscale: #B4B4B4. Windows color (decimal): -4668080 or 5293496. OLE color: 5293496.

HSL color Cylindrical-coordinate representation of color #B8C550: hue angle of 66.67º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8C550 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB18419780-
CMYK0.0700.590.23
HSL66.67º50.21%54.31%-
HSV(B)66.67º59.39%77.25%-
XYZ41.1850.715.21-
YUV179.7871.69131.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=39.91%
G=42.73%
B=17.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184197800.0700.590.2366.6750.2154.31
HexB8C550703B17433236
Octal2703051207073271036266
Binary101110001100010110100001110111011101111000011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C550; }

 p { color: rgb(184,197,80); }

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

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

 a { background-color: rgb(184,197,80); }

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

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

 span { border-color: rgb(184,197,80); }

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