#B0C554

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

Shades of Celery #B0C554

Tints of Celery #B0C554

Color information

#B0C554 (or 0xB0C554) is unknown color: approx Celery. HEX triplet: B0, C5 and 54. RGB value is (176,197,84). Sum of RGB (Red+Green+Blue) = 176+197+84=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C554 is #4F3AAB. Grayscale: #B2B2B2. Windows color (decimal): -5192364 or 5555632. OLE color: 5555632.

HSL color Cylindrical-coordinate representation of color #B0C554: hue angle of 71.15º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0C554 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB17619784-
CMYK0.1100.570.23
HSL71.15º49.34%55.1%-
HSV(B)71.15º57.36%77.25%-
XYZ39.4749.815.92-
YUV177.8475.04126.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=38.51%
G=43.11%
B=18.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197840.1100.570.2371.1549.3455.1
HexB0C554B03917473137
Octal26030512413071271076167
Binary1011000011000101101010010110111001101111000111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C554; }

 p { color: rgb(176,197,84); }

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

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

 a { background-color: rgb(176,197,84); }

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

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

 span { border-color: rgb(176,197,84); }

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