#B1C058

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

Shades of Celery #B1C058

Tints of Celery #B1C058

Color information

#B1C058 (or 0xB1C058) is unknown color: approx Celery. HEX triplet: B1, C0 and 58. RGB value is (177,192,88). Sum of RGB (Red+Green+Blue) = 177+192+88=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C058 is #4E3FA7. Grayscale: #B0B0B0. Windows color (decimal): -5128104 or 5816497. OLE color: 5816497.

HSL color Cylindrical-coordinate representation of color #B1C058: hue angle of 68.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1C058 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB17719288-
CMYK0.0800.540.25
HSL68.65º45.22%54.9%-
HSV(B)68.65º54.17%75.29%-
XYZ38.7447.7516.41-
YUV175.6678.53128.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=38.73%
G=42.01%
B=19.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177192880.0800.540.2568.6545.2254.9
HexB1C058803619452d37
Octal26130013010066311055567
Binary1011000111000000101100010000110110110011000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C058; }

 p { color: rgb(177,192,88); }

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

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

 a { background-color: rgb(177,192,88); }

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

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

 span { border-color: rgb(177,192,88); }

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