#BAD746

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

Shades of Conifer #BAD746

Tints of Conifer #BAD746

Color information

#BAD746 (or 0xBAD746) is unknown color: approx Conifer. HEX triplet: BA, D7 and 46. RGB value is (186,215,70). Sum of RGB (Red+Green+Blue) = 186+215+70=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD746 is #4528B9. Grayscale: #BEBEBE. Windows color (decimal): -4532410 or 4642746. OLE color: 4642746.

HSL color Cylindrical-coordinate representation of color #BAD746: hue angle of 72º 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 #BAD746 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB18621570-
CMYK0.1300.670.16
HSL72º64.44%55.88%-
HSV(B)72º67.44%84.31%-
XYZ45.6659.4814.87-
YUV189.860.39125.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 215 (84.38% from 255) = 45.65%
BLUE value IS 70 (27.73% from 255) = 14.86%
R=39.49%
G=45.65%
B=14.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186215700.1300.670.167264.4455.88
HexBAD746D04310484038
Octal2723271061501032011010070
Binary101110101101011110001101101010000111000010010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD746; }

 p { color: rgb(186,215,70); }

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

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

 a { background-color: rgb(186,215,70); }

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

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

 span { border-color: rgb(186,215,70); }

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