#B2C353

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

Shades of Celery #B2C353

Tints of Celery #B2C353

Color information

#B2C353 (or 0xB2C353) is unknown color: approx Celery. HEX triplet: B2, C3 and 53. RGB value is (178,195,83). Sum of RGB (Red+Green+Blue) = 178+195+83=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C353 is #4D3CAC. Grayscale: #B1B1B1. Windows color (decimal): -5061805 or 5489586. OLE color: 5489586.

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

Color convert

RGB17819583-
CMYK0.0900.570.24
HSL69.11º48.28%54.51%-
HSV(B)69.11º57.44%76.47%-
XYZ39.4449.1215.59-
YUV177.1574.87128.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 83 (32.81% from 255) = 18.20%
R=39.04%
G=42.76%
B=18.20%

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
Decimal178195830.0900.570.2469.1148.2854.51
HexB2C353903918453037
Octal26230312311071301056067
Binary1011001011000011101001110010111001110001000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C353; }

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

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

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

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

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

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

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

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