#B6BA53

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

Shades of Celery #B6BA53

Tints of Celery #B6BA53

Color information

#B6BA53 (or 0xB6BA53) is unknown color: approx Celery. HEX triplet: B6, BA and 53. RGB value is (182,186,83). Sum of RGB (Red+Green+Blue) = 182+186+83=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA53 is #4945AC. Grayscale: #ADADAD. Windows color (decimal): -4801965 or 5487286. OLE color: 5487286.

HSL color Cylindrical-coordinate representation of color #B6BA53: hue angle of 62.33º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6BA53 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18218683-
CMYK0.0200.550.27
HSL62.33º42.74%52.75%-
HSV(B)62.33º55.38%72.94%-
XYZ38.4145.6914.98-
YUV173.0677.17134.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 83 (32.81% from 255) = 18.40%
R=40.35%
G=41.24%
B=18.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186830.0200.550.2762.3342.7452.75
HexB6BA5320371B3e2b35
Octal266272123206733765365
Binary1011011010111010101001110011011111011111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA53; }

 p { color: rgb(182,186,83); }

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

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

 a { background-color: rgb(182,186,83); }

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

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

 span { border-color: rgb(182,186,83); }

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