#B5BD3F

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

Shades of Celery #B5BD3F

Tints of Celery #B5BD3F

Color information

#B5BD3F (or 0xB5BD3F) is unknown color: approx Celery. HEX triplet: B5, BD and 3F. RGB value is (181,189,63). Sum of RGB (Red+Green+Blue) = 181+189+63=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD3F is #4A42C0. Grayscale: #ACACAC. Windows color (decimal): -4866753 or 4177333. OLE color: 4177333.

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

Color convert

RGB18118963-
CMYK0.0400.670.26
HSL63.81º50%49.41%-
HSV(B)63.81º66.67%74.12%-
XYZ38.1546.5811.68-
YUV172.2466.35134.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 63 (25% from 255) = 14.55%
R=41.80%
G=43.65%
B=14.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181189630.0400.670.2663.815049.41
HexB5BD3F40431A403231
Octal2652757740103321006261
Binary101101011011110111111110001000011110101000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD3F; }

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

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

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

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

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

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

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

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