#B5BA3C

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

Shades of Celery #B5BA3C

Tints of Celery #B5BA3C

Color information

#B5BA3C (or 0xB5BA3C) is unknown color: approx Celery. HEX triplet: B5, BA and 3C. RGB value is (181,186,60). Sum of RGB (Red+Green+Blue) = 181+186+60=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA3C is #4A45C3. Grayscale: #AAAAAA. Windows color (decimal): -4867524 or 3979957. OLE color: 3979957.

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

Color convert

RGB18118660-
CMYK0.0300.680.27
HSL62.38º51.22%48.24%-
HSV(B)62.38º67.74%72.94%-
XYZ37.4345.2711.04-
YUV170.1465.84135.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 60 (23.83% from 255) = 14.05%
R=42.39%
G=43.56%
B=14.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186600.0300.680.2762.3851.2248.24
HexB5BA3C30441B3e3330
Octal265272743010433766360
Binary1011010110111010111100110100010011011111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA3C; }

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

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

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

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

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

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

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

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