#B2C158

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

Shades of Celery #B2C158

Tints of Celery #B2C158

Color information

#B2C158 (or 0xB2C158) is unknown color: approx Celery. HEX triplet: B2, C1 and 58. RGB value is (178,193,88). Sum of RGB (Red+Green+Blue) = 178+193+88=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C158 is #4D3EA7. Grayscale: #B0B0B0. Windows color (decimal): -5062312 or 5816754. OLE color: 5816754.

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

Color convert

RGB17819388-
CMYK0.0800.540.24
HSL68.57º45.85%55.1%-
HSV(B)68.57º54.4%75.69%-
XYZ39.1948.3116.49-
YUV176.5478.03129.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=38.78%
G=42.05%
B=19.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178193880.0800.540.2468.5745.8555.1
HexB2C158803618452e37
Octal26230113010066301055667
Binary1011001011000001101100010000110110110001000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C158; }

 p { color: rgb(178,193,88); }

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

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

 a { background-color: rgb(178,193,88); }

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

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

 span { border-color: rgb(178,193,88); }

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