#B6D148

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

Shades of Conifer #B6D148

Tints of Conifer #B6D148

Color information

#B6D148 (or 0xB6D148) is unknown color: approx Conifer. HEX triplet: B6, D1 and 48. RGB value is (182,209,72). Sum of RGB (Red+Green+Blue) = 182+209+72=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D148 is #492EB7. Grayscale: #B9B9B9. Windows color (decimal): -4796088 or 4772278. OLE color: 4772278.

HSL color Cylindrical-coordinate representation of color #B6D148: hue angle of 71.82º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6D148 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB18220972-
CMYK0.1300.660.18
HSL71.82º59.83%55.1%-
HSV(B)71.82º65.55%81.96%-
XYZ43.2656.0114.66-
YUV185.3164.05125.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=39.31%
G=45.14%
B=15.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182209720.1300.660.1871.8259.8355.1
HexB6D148D04212483c37
Octal266321110150102221107467
Binary10110110110100011001000110101000010100101001000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D148; }

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

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

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

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

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

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

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

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