#B6C348

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

Shades of Celery #B6C348

Tints of Celery #B6C348

Color information

#B6C348 (or 0xB6C348) is unknown color: approx Celery. HEX triplet: B6, C3 and 48. RGB value is (182,195,72). Sum of RGB (Red+Green+Blue) = 182+195+72=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C348 is #493CB7. Grayscale: #B1B1B1. Windows color (decimal): -4799672 or 4768694. OLE color: 4768694.

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

Color convert

RGB18219572-
CMYK0.0700.630.24
HSL66.34º50.62%52.35%-
HSV(B)66.34º63.08%76.47%-
XYZ39.9849.4413.57-
YUV177.0968.69131.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=40.53%
G=43.43%
B=16.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195720.0700.630.2466.3450.6252.35
HexB6C348703F18423334
Octal2663031107077301026364
Binary101101101100001110010001110111111110001000010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C348; }

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

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

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

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

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

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

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

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