#B6C340

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

Shades of Celery #B6C340

Tints of Celery #B6C340

Color information

#B6C340 (or 0xB6C340) is unknown color: approx Celery. HEX triplet: B6, C3 and 40. RGB value is (182,195,64). Sum of RGB (Red+Green+Blue) = 182+195+64=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C340 is #493CBF. Grayscale: #B0B0B0. Windows color (decimal): -4799680 or 4244406. OLE color: 4244406.

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

Color convert

RGB18219564-
CMYK0.0700.670.24
HSL65.95º52.19%50.78%-
HSV(B)65.95º67.18%76.47%-
XYZ39.7349.3512.28-
YUV176.1864.69132.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 64 (25.39% from 255) = 14.51%
R=41.27%
G=44.22%
B=14.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195640.0700.670.2465.9552.1950.78
HexB6C340704318423433
Octal26630310070103301026463
Binary1011011011000011100000011101000011110001000010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C340; }

 p { color: rgb(182,195,64); }

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

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

 a { background-color: rgb(182,195,64); }

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

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

 span { border-color: rgb(182,195,64); }

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