#b2bd58

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

Shades of Celery #B2BD58

Tints of Celery #B2BD58

Color information

#B2BD58 (or 0xB2BD58) is unknown color: approx Celery. HEX triplet: B2, BD and 58. RGB value is (178,189,88). Sum of RGB (Red+Green+Blue) = 178+189+88=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD58 is #4D42A7. Grayscale: #AEAEAE. Windows color (decimal): -5063336 or 5815730. OLE color: 5815730.

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

Color convert

RGB17818988-
CMYK0.0600.530.26
HSL66.53º43.35%54.31%-
HSV(B)66.53º53.44%74.12%-
XYZ38.3246.5616.2-
YUV174.279.36130.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 88 (34.77% from 255) = 19.34%
R=39.12%
G=41.54%
B=19.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189880.0600.530.2666.5343.3554.31
HexB2BD5860351A432b36
Octal2622751306065321035366
Binary101100101011110110110001100110101110101000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2bd58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2bd58; }

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

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

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

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

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

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

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

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