#B0C25B

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

Shades of Celery #B0C25B

Tints of Celery #B0C25B

Color information

#B0C25B (or 0xB0C25B) is unknown color: approx Celery. HEX triplet: B0, C2 and 5B. RGB value is (176,194,91). Sum of RGB (Red+Green+Blue) = 176+194+91=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C25B is #4F3DA4. Grayscale: #B1B1B1. Windows color (decimal): -5193125 or 6013616. OLE color: 6013616.

HSL color Cylindrical-coordinate representation of color #B0C25B: hue angle of 70.49º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0C25B is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB17619491-
CMYK0.0900.530.24
HSL70.49º45.78%55.88%-
HSV(B)70.49º53.09%76.08%-
XYZ39.0848.5717.21-
YUV176.8879.54127.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=38.18%
G=42.08%
B=19.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176194910.0900.530.2470.4945.7855.88
HexB0C25B903518462e38
Octal26030213311065301065670
Binary1011000011000010101101110010110101110001000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C25B; }

 p { color: rgb(176,194,91); }

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

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

 a { background-color: rgb(176,194,91); }

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

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

 span { border-color: rgb(176,194,91); }

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