#B1C955

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

Shades of Celery #B1C955

Tints of Celery #B1C955

Color information

#B1C955 (or 0xB1C955) is unknown color: approx Celery. HEX triplet: B1, C9 and 55. RGB value is (177,201,85). Sum of RGB (Red+Green+Blue) = 177+201+85=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C955 is #4E36AA. Grayscale: #B5B5B5. Windows color (decimal): -5125803 or 5622193. OLE color: 5622193.

HSL color Cylindrical-coordinate representation of color #B1C955: hue angle of 72.41º 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 #B1C955 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB17720185-
CMYK0.1200.580.21
HSL72.41º51.79%56.08%-
HSV(B)72.41º57.71%78.82%-
XYZ40.6651.7816.45-
YUV180.674.05125.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 201 (78.91% from 255) = 43.41%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=38.23%
G=43.41%
B=18.36%

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
Decimal177201850.1200.580.2172.4151.7956.08
HexB1C955C03A15483438
Octal26131112514072251106470
Binary1011000111001001101010111000111010101011001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C955; }

 p { color: rgb(177,201,85); }

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

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

 a { background-color: rgb(177,201,85); }

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

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

 span { border-color: rgb(177,201,85); }

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