#B6D548

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

Shades of Conifer #B6D548

Tints of Conifer #B6D548

Color information

#B6D548 (or 0xB6D548) is unknown color: approx Conifer. HEX triplet: B6, D5 and 48. RGB value is (182,213,72). Sum of RGB (Red+Green+Blue) = 182+213+72=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D548 is #492AB7. Grayscale: #BCBCBC. Windows color (decimal): -4795064 or 4773302. OLE color: 4773302.

HSL color Cylindrical-coordinate representation of color #B6D548: hue angle of 73.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6D548 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB18221372-
CMYK0.1500.660.16
HSL73.19º62.67%55.88%-
HSV(B)73.19º66.2%83.53%-
XYZ44.265814.99-
YUV187.6662.73123.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 72 (28.52% from 255) = 15.42%
R=38.97%
G=45.61%
B=15.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182213720.1500.660.1673.1962.6755.88
HexB6D548F04210493f38
Octal266325110170102201117770
Binary10110110110101011001000111101000010100001001001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D548; }

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

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

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

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

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

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

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

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