#B8C058

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

Shades of Celery #B8C058

Tints of Celery #B8C058

Color information

#B8C058 (or 0xB8C058) is unknown color: approx Celery. HEX triplet: B8, C0 and 58. RGB value is (184,192,88). Sum of RGB (Red+Green+Blue) = 184+192+88=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C058 is #473FA7. Grayscale: #B2B2B2. Windows color (decimal): -4669352 or 5816504. OLE color: 5816504.

HSL color Cylindrical-coordinate representation of color #B8C058: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8C058 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB18419288-
CMYK0.0400.540.25
HSL64.62º45.22%54.9%-
HSV(B)64.62º54.17%75.29%-
XYZ40.3848.5916.48-
YUV177.7577.35132.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=39.66%
G=41.38%
B=18.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184192880.0400.540.2564.6245.2254.9
HexB8C058403619412d37
Octal2703001304066311015567
Binary101110001100000010110001000110110110011000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C058; }

 p { color: rgb(184,192,88); }

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

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

 a { background-color: rgb(184,192,88); }

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

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

 span { border-color: rgb(184,192,88); }

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