#b5bd33

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

Shades of Celery #B5BD33

Tints of Celery #B5BD33

Color information

#B5BD33 (or 0xB5BD33) is unknown color: approx Celery. HEX triplet: B5, BD and 33. RGB value is (181,189,51). Sum of RGB (Red+Green+Blue) = 181+189+51=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD33 is #4A42CC. Grayscale: #ABABAB. Windows color (decimal): -4866765 or 3390901. OLE color: 3390901.

HSL color Cylindrical-coordinate representation of color #B5BD33: hue angle of 63.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5BD33 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18118951-
CMYK0.0400.730.26
HSL63.48º57.5%47.06%-
HSV(B)63.48º73.02%74.12%-
XYZ37.8546.4610.1-
YUV170.8860.35135.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 189 (74.22% from 255) = 44.89%
BLUE value IS 51 (20.31% from 255) = 12.11%
R=42.99%
G=44.89%
B=12.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181189510.0400.730.2663.4857.547.06
HexB5BD3340491A3f3a2f
Octal265275634011132777257
Binary10110101101111011100111000100100111010111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5bd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5bd33; }

 p { color: rgb(181,189,51); }

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

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

 a { background-color: rgb(181,189,51); }

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

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

 span { border-color: rgb(181,189,51); }

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