#B2BD56

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

Shades of Celery #B2BD56

Tints of Celery #B2BD56

Color information

#B2BD56 (or 0xB2BD56) is unknown color: approx Celery. HEX triplet: B2, BD and 56. RGB value is (178,189,86). Sum of RGB (Red+Green+Blue) = 178+189+86=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD56 is #4D42A9. Grayscale: #AEAEAE. Windows color (decimal): -5063338 or 5684658. OLE color: 5684658.

HSL color Cylindrical-coordinate representation of color #B2BD56: hue angle of 66.41º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2BD56 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB17818986-
CMYK0.0600.540.26
HSL66.41º43.83%53.92%-
HSV(B)66.41º54.5%74.12%-
XYZ38.2446.5315.77-
YUV173.9778.36130.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=39.29%
G=41.72%
B=18.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189860.0600.540.2666.4143.8353.92
HexB2BD5660361A422c36
Octal2622751266066321025466
Binary101100101011110110101101100110110110101000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD56; }

 p { color: rgb(178,189,86); }

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

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

 a { background-color: rgb(178,189,86); }

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

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

 span { border-color: rgb(178,189,86); }

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