#B8C555

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

Shades of Celery #B8C555

Tints of Celery #B8C555

Color information

#B8C555 (or 0xB8C555) is unknown color: approx Celery. HEX triplet: B8, C5 and 55. RGB value is (184,197,85). Sum of RGB (Red+Green+Blue) = 184+197+85=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C555 is #473AAA. Grayscale: #B4B4B4. Windows color (decimal): -4668075 or 5621176. OLE color: 5621176.

HSL color Cylindrical-coordinate representation of color #B8C555: hue angle of 66.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8C555 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB18419785-
CMYK0.0700.570.23
HSL66.96º49.12%55.29%-
HSV(B)66.96º56.85%77.25%-
XYZ41.3750.7816.22-
YUV180.3474.19130.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=39.48%
G=42.27%
B=18.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184197850.0700.570.2366.9649.1255.29
HexB8C555703917433137
Octal2703051257071271036167
Binary101110001100010110101011110111001101111000011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C555; }

 p { color: rgb(184,197,85); }

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

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

 a { background-color: rgb(184,197,85); }

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

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

 span { border-color: rgb(184,197,85); }

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