#B6D748

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

Shades of Conifer #B6D748

Tints of Conifer #B6D748

Color information

#B6D748 (or 0xB6D748) is unknown color: approx Conifer. HEX triplet: B6, D7 and 48. RGB value is (182,215,72). Sum of RGB (Red+Green+Blue) = 182+215+72=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D748 is #4928B7. Grayscale: #BDBDBD. Windows color (decimal): -4794552 or 4773814. OLE color: 4773814.

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

Color convert

RGB18221572-
CMYK0.1500.670.16
HSL73.85º64.13%56.27%-
HSV(B)73.85º66.51%84.31%-
XYZ44.7659.0115.16-
YUV188.8362.07123.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=38.81%
G=45.84%
B=15.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182215720.1500.670.1673.8564.1356.27
HexB6D748F043104a4038
Octal2663271101701032011210070
Binary101101101101011110010001111010000111000010010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D748; }

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

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

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

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

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

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

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

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