#b2c050

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

Shades of Celery #B2C050

Tints of Celery #B2C050

Color information

#B2C050 (or 0xB2C050) is unknown color: approx Celery. HEX triplet: B2, C0 and 50. RGB value is (178,192,80). Sum of RGB (Red+Green+Blue) = 178+192+80=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C050 is #4D3FAF. Grayscale: #AFAFAF. Windows color (decimal): -5062576 or 5292210. OLE color: 5292210.

HSL color Cylindrical-coordinate representation of color #B2C050: hue angle of 67.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C050 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB17819280-
CMYK0.0700.580.25
HSL67.5º47.06%53.33%-
HSV(B)67.5º58.33%75.29%-
XYZ38.6647.7414.77-
YUV175.0574.36130.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=39.56%
G=42.67%
B=17.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192800.0700.580.2567.547.0653.33
HexB2C050703A19442f35
Octal2623001207072311045765
Binary101100101100000010100001110111010110011000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2c050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2c050; }

 p { color: rgb(178,192,80); }

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

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

 a { background-color: rgb(178,192,80); }

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

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

 span { border-color: rgb(178,192,80); }

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