#B2C354

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

Shades of Celery #B2C354

Tints of Celery #B2C354

Color information

#B2C354 (or 0xB2C354) is unknown color: approx Celery. HEX triplet: B2, C3 and 54. RGB value is (178,195,84). Sum of RGB (Red+Green+Blue) = 178+195+84=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C354 is #4D3CAB. Grayscale: #B1B1B1. Windows color (decimal): -5061804 or 5555122. OLE color: 5555122.

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

Color convert

RGB17819584-
CMYK0.0900.570.24
HSL69.19º48.05%54.71%-
HSV(B)69.19º56.92%76.47%-
XYZ39.4849.1415.79-
YUV177.2675.37128.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=38.95%
G=42.67%
B=18.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178195840.0900.570.2469.1948.0554.71
HexB2C354903918453037
Octal26230312411071301056067
Binary1011001011000011101010010010111001110001000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C354; }

 p { color: rgb(178,195,84); }

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

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

 a { background-color: rgb(178,195,84); }

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

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

 span { border-color: rgb(178,195,84); }

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