#B2C335

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

Shades of Celery #B2C335

Tints of Celery #B2C335

Color information

#B2C335 (or 0xB2C335) is unknown color: approx Celery. HEX triplet: B2, C3 and 35. RGB value is (178,195,53). Sum of RGB (Red+Green+Blue) = 178+195+53=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C335 is #4D3CCA. Grayscale: #AEAEAE. Windows color (decimal): -5061835 or 3523506. OLE color: 3523506.

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

Color convert

RGB17819553-
CMYK0.0900.730.24
HSL67.18º57.26%48.63%-
HSV(B)67.18º72.82%76.47%-
XYZ38.5248.7510.75-
YUV173.7359.87131.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=41.78%
G=45.77%
B=12.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178195530.0900.730.2467.1857.2648.63
HexB2C335904918433931
Octal26230365110111301037161
Binary1011001011000011110101100101001001110001000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C335; }

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

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

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

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

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

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

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

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