#B4C155

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

Shades of Celery #B4C155

Tints of Celery #B4C155

Color information

#B4C155 (or 0xB4C155) is unknown color: approx Celery. HEX triplet: B4, C1 and 55. RGB value is (180,193,85). Sum of RGB (Red+Green+Blue) = 180+193+85=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C155 is #4B3EAA. Grayscale: #B1B1B1. Windows color (decimal): -4931243 or 5620148. OLE color: 5620148.

HSL color Cylindrical-coordinate representation of color #B4C155: hue angle of 67.22º 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 #B4C155 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB18019385-
CMYK0.0700.560.24
HSL67.22º46.55%54.51%-
HSV(B)67.22º55.96%75.69%-
XYZ39.5348.515.87-
YUV176.876.19130.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=39.30%
G=42.14%
B=18.56%

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
Decimal180193850.0700.560.2467.2246.5554.51
HexB4C155703818432f37
Octal2643011257070301035767
Binary101101001100000110101011110111000110001000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C155; }

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

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

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

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

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

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

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

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