#B6B742

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

Shades of Celery #B6B742

Tints of Celery #B6B742

Color information

#B6B742 (or 0xB6B742) is unknown color: approx Celery. HEX triplet: B6, B7 and 42. RGB value is (182,183,66). Sum of RGB (Red+Green+Blue) = 182+183+66=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B742 is #4948BD. Grayscale: #A9A9A9. Windows color (decimal): -4802750 or 4372406. OLE color: 4372406.

HSL color Cylindrical-coordinate representation of color #B6B742: hue angle of 60.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6B742 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB18218366-
CMYK0.0100.640.28
HSL60.51º46.99%48.82%-
HSV(B)60.51º63.93%71.76%-
XYZ37.2144.2111.73-
YUV169.3669.67137.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=42.23%
G=42.46%
B=15.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183660.0100.640.2860.5146.9948.82
HexB6B74210401C3d2f31
Octal2662671021010034755761
Binary1011011010110111100001010100000011100111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B742; }

 p { color: rgb(182,183,66); }

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

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

 a { background-color: rgb(182,183,66); }

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

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

 span { border-color: rgb(182,183,66); }

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