#B2BF50

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

Shades of Celery #B2BF50

Tints of Celery #B2BF50

Color information

#B2BF50 (or 0xB2BF50) is unknown color: approx Celery. HEX triplet: B2, BF and 50. RGB value is (178,191,80). Sum of RGB (Red+Green+Blue) = 178+191+80=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF50 is #4D40AF. Grayscale: #AEAEAE. Windows color (decimal): -5062832 or 5291954. OLE color: 5291954.

HSL color Cylindrical-coordinate representation of color #B2BF50: hue angle of 67.03º degrees, saturation: 0.46, 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 #B2BF50 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB17819180-
CMYK0.0700.580.25
HSL67.03º46.44%53.14%-
HSV(B)67.03º58.12%74.9%-
XYZ38.4447.3114.69-
YUV174.4674.69130.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 80 (31.64% from 255) = 17.82%
R=39.64%
G=42.54%
B=17.82%

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
Decimal178191800.0700.580.2567.0346.4453.14
HexB2BF50703A19432e35
Octal2622771207072311035665
Binary101100101011111110100001110111010110011000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF50; }

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

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

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

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

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

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

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

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