#BAD947

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

Shades of Conifer #BAD947

Tints of Conifer #BAD947

Color information

#BAD947 (or 0xBAD947) is unknown color: approx Conifer. HEX triplet: BA, D9 and 47. RGB value is (186,217,71). Sum of RGB (Red+Green+Blue) = 186+217+71=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD947 is #4526B8. Grayscale: #BFBFBF. Windows color (decimal): -4531897 or 4708794. OLE color: 4708794.

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

Color convert

RGB18621771-
CMYK0.1400.670.15
HSL72.74º65.77%56.47%-
HSV(B)72.74º67.28%85.1%-
XYZ46.260.5215.21-
YUV191.0960.23124.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 71 (28.12% from 255) = 14.98%
R=39.24%
G=45.78%
B=14.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217710.1400.670.1572.7465.7756.47
HexBAD947E043F494238
Octal2723311071601031711110270
Binary10111010110110011000111111001000011111110010011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD947; }

 p { color: rgb(186,217,71); }

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

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

 a { background-color: rgb(186,217,71); }

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

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

 span { border-color: rgb(186,217,71); }

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