#B4C255

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

Shades of Celery #B4C255

Tints of Celery #B4C255

Color information

#B4C255 (or 0xB4C255) is unknown color: approx Celery. HEX triplet: B4, C2 and 55. RGB value is (180,194,85). Sum of RGB (Red+Green+Blue) = 180+194+85=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C255 is #4B3DAA. Grayscale: #B1B1B1. Windows color (decimal): -4930987 or 5620404. OLE color: 5620404.

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

Color convert

RGB18019485-
CMYK0.0700.560.24
HSL67.71º47.19%54.71%-
HSV(B)67.71º56.19%76.08%-
XYZ39.7548.9415.95-
YUV177.3975.86129.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=39.22%
G=42.27%
B=18.52%

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
Decimal180194850.0700.560.2467.7147.1954.71
HexB4C255703818442f37
Octal2643021257070301045767
Binary101101001100001010101011110111000110001000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C255; }

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

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

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

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

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

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

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

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