#B0C954

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

Shades of Celery #B0C954

Tints of Celery #B0C954

Color information

#B0C954 (or 0xB0C954) is unknown color: approx Celery. HEX triplet: B0, C9 and 54. RGB value is (176,201,84). Sum of RGB (Red+Green+Blue) = 176+201+84=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C954 is #4F36AB. Grayscale: #B4B4B4. Windows color (decimal): -5191340 or 5556656. OLE color: 5556656.

HSL color Cylindrical-coordinate representation of color #B0C954: hue angle of 72.82º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0C954 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB17620184-
CMYK0.1200.580.21
HSL72.82º52%55.88%-
HSV(B)72.82º58.21%78.82%-
XYZ40.3951.6416.23-
YUV180.1973.72125.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=38.18%
G=43.60%
B=18.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176201840.1200.580.2172.825255.88
HexB0C954C03A15493438
Octal26031112414072251116470
Binary1011000011001001101010011000111010101011001001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C954; }

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

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

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

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

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

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

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

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