#B3C155

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

Shades of Celery #B3C155

Tints of Celery #B3C155

Color information

#B3C155 (or 0xB3C155) is unknown color: approx Celery. HEX triplet: B3, C1 and 55. RGB value is (179,193,85). Sum of RGB (Red+Green+Blue) = 179+193+85=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C155 is #4C3EAA. Grayscale: #B0B0B0. Windows color (decimal): -4996779 or 5620147. OLE color: 5620147.

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

Color convert

RGB17919385-
CMYK0.0700.560.24
HSL67.78º46.55%54.51%-
HSV(B)67.78º55.96%75.69%-
XYZ39.348.3815.86-
YUV176.576.36129.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=39.17%
G=42.23%
B=18.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179193850.0700.560.2467.7846.5554.51
HexB3C155703818442f37
Octal2633011257070301045767
Binary101100111100000110101011110111000110001000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C155; }

 p { color: rgb(179,193,85); }

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

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

 a { background-color: rgb(179,193,85); }

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

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

 span { border-color: rgb(179,193,85); }

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