#B2BE52

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

Shades of Celery #B2BE52

Tints of Celery #B2BE52

Color information

#B2BE52 (or 0xB2BE52) is unknown color: approx Celery. HEX triplet: B2, BE and 52. RGB value is (178,190,82). Sum of RGB (Red+Green+Blue) = 178+190+82=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE52 is #4D41AD. Grayscale: #AEAEAE. Windows color (decimal): -5063086 or 5422770. OLE color: 5422770.

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

Color convert

RGB17819082-
CMYK0.0600.570.25
HSL66.67º45.38%53.33%-
HSV(B)66.67º56.84%74.51%-
XYZ38.346.915.02-
YUV174.176.02130.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 82 (32.42% from 255) = 18.22%
R=39.56%
G=42.22%
B=18.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178190820.0600.570.2566.6745.3853.33
HexB2BE52603919432d35
Octal2622761226071311035565
Binary101100101011111010100101100111001110011000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE52; }

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

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

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

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

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

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

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

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