#B6C142

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

Shades of Celery #B6C142

Tints of Celery #B6C142

Color information

#B6C142 (or 0xB6C142) is unknown color: approx Celery. HEX triplet: B6, C1 and 42. RGB value is (182,193,66). Sum of RGB (Red+Green+Blue) = 182+193+66=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C142 is #493EBD. Grayscale: #AFAFAF. Windows color (decimal): -4800190 or 4374966. OLE color: 4374966.

HSL color Cylindrical-coordinate representation of color #B6C142: hue angle of 65.2º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6C142 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB18219366-
CMYK0.0600.660.24
HSL65.2º50.6%50.78%-
HSV(B)65.2º65.8%75.69%-
XYZ39.3448.4812.44-
YUV175.2366.36132.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 193 (75.78% from 255) = 43.76%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=41.27%
G=43.76%
B=14.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182193660.0600.660.2465.250.650.78
HexB6C142604218413333
Octal26630110260102301016363
Binary1011011011000001100001011001000010110001000001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C142; }

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

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

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

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

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

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

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

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