#B6BC3D

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

Shades of Celery #B6BC3D

Tints of Celery #B6BC3D

Color information

#B6BC3D (or 0xB6BC3D) is unknown color: approx Celery. HEX triplet: B6, BC and 3D. RGB value is (182,188,61). Sum of RGB (Red+Green+Blue) = 182+188+61=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BC3D is #4943C2. Grayscale: #ACACAC. Windows color (decimal): -4801475 or 4046006. OLE color: 4046006.

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

Color convert

RGB18218861-
CMYK0.0300.680.26
HSL62.83º51%48.82%-
HSV(B)62.83º67.55%73.73%-
XYZ38.1246.2511.33-
YUV171.7365.51135.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=42.23%
G=43.62%
B=14.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182188610.0300.680.2662.835148.82
HexB6BC3D30441A3f3331
Octal266274753010432776361
Binary1011011010111100111101110100010011010111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC3D; }

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

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

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

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

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

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

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

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