#B6BC52

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

Shades of Celery #B6BC52

Tints of Celery #B6BC52

Color information

#B6BC52 (or 0xB6BC52) is unknown color: approx Celery. HEX triplet: B6, BC and 52. RGB value is (182,188,82). Sum of RGB (Red+Green+Blue) = 182+188+82=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC52 is #4943AD. Grayscale: #AEAEAE. Windows color (decimal): -4801454 or 5422262. OLE color: 5422262.

HSL color Cylindrical-coordinate representation of color #B6BC52: hue angle of 63.4º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6BC52 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18218882-
CMYK0.0300.560.26
HSL63.4º44.17%52.94%-
HSV(B)63.4º56.38%73.73%-
XYZ38.846.5214.92-
YUV174.1276.01133.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=40.27%
G=41.59%
B=18.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182188820.0300.560.2663.444.1752.94
HexB6BC5230381A3f2c35
Octal266274122307032775465
Binary1011011010111100101001011011100011010111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC52; }

 p { color: rgb(182,188,82); }

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

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

 a { background-color: rgb(182,188,82); }

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

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

 span { border-color: rgb(182,188,82); }

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