#B5BA3F

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

Shades of Celery #B5BA3F

Tints of Celery #B5BA3F

Color information

#B5BA3F (or 0xB5BA3F) is unknown color: approx Celery. HEX triplet: B5, BA and 3F. RGB value is (181,186,63). Sum of RGB (Red+Green+Blue) = 181+186+63=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA3F is #4A45C0. Grayscale: #AAAAAA. Windows color (decimal): -4867521 or 4176565. OLE color: 4176565.

HSL color Cylindrical-coordinate representation of color #B5BA3F: hue angle of 62.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5BA3F is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18118663-
CMYK0.0300.660.27
HSL62.44º49.4%48.82%-
HSV(B)62.44º66.13%72.94%-
XYZ37.5145.311.47-
YUV170.4867.34135.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 63 (25% from 255) = 14.65%
R=42.09%
G=43.26%
B=14.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186630.0300.660.2762.4449.448.82
HexB5BA3F30421B3e3131
Octal265272773010233766161
Binary1011010110111010111111110100001011011111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA3F; }

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

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

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

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

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

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

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

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