#B6DB48

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

Shades of Conifer #B6DB48

Tints of Conifer #B6DB48

Color information

#B6DB48 (or 0xB6DB48) is unknown color: approx Conifer. HEX triplet: B6, DB and 48. RGB value is (182,219,72). Sum of RGB (Red+Green+Blue) = 182+219+72=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB48 is #4924B7. Grayscale: #BFBFBF. Windows color (decimal): -4793528 or 4774838. OLE color: 4774838.

HSL color Cylindrical-coordinate representation of color #B6DB48: hue angle of 75.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6DB48 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB18221972-
CMYK0.1700.670.14
HSL75.1º67.12%57.06%-
HSV(B)75.1º67.12%85.88%-
XYZ45.7961.0815.51-
YUV191.1860.74121.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=38.48%
G=46.30%
B=15.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182219720.1700.670.1475.167.1257.06
HexB6DB4811043E4b4339
Octal2663331102101031611310371
Binary101101101101101110010001000101000011111010010111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DB48; }

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

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

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

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

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

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

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

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