#B2BE5B

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

Shades of Celery #B2BE5B

Tints of Celery #B2BE5B

Color information

#B2BE5B (or 0xB2BE5B) is unknown color: approx Celery. HEX triplet: B2, BE and 5B. RGB value is (178,190,91). Sum of RGB (Red+Green+Blue) = 178+190+91=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE5B is #4D41A4. Grayscale: #AFAFAF. Windows color (decimal): -5063077 or 6012594. OLE color: 6012594.

HSL color Cylindrical-coordinate representation of color #B2BE5B: hue angle of 67.27º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2BE5B is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB17819091-
CMYK0.0600.520.25
HSL67.27º43.23%55.1%-
HSV(B)67.27º52.11%74.51%-
XYZ38.6647.0516.94-
YUV175.1380.52130.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=38.78%
G=41.39%
B=19.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190910.0600.520.2567.2743.2355.1
HexB2BE5B603419432b37
Octal2622761336064311035367
Binary101100101011111010110111100110100110011000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE5B; }

 p { color: rgb(178,190,91); }

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

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

 a { background-color: rgb(178,190,91); }

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

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

 span { border-color: rgb(178,190,91); }

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