#B0C553

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

Shades of Celery #B0C553

Tints of Celery #B0C553

Color information

#B0C553 (or 0xB0C553) is unknown color: approx Celery. HEX triplet: B0, C5 and 53. RGB value is (176,197,83). Sum of RGB (Red+Green+Blue) = 176+197+83=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C553 is #4F3AAC. Grayscale: #B2B2B2. Windows color (decimal): -5192365 or 5490096. OLE color: 5490096.

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

Color convert

RGB17619783-
CMYK0.1100.580.23
HSL71.05º49.57%54.9%-
HSV(B)71.05º57.87%77.25%-
XYZ39.4349.7915.72-
YUV177.7274.54126.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 83 (32.81% from 255) = 18.20%
R=38.60%
G=43.20%
B=18.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197830.1100.580.2371.0549.5754.9
HexB0C553B03A17473237
Octal26030512313072271076267
Binary1011000011000101101001110110111010101111000111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C553; }

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

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

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

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

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

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

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

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