#BAD853

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

Shades of Conifer #BAD853

Tints of Conifer #BAD853

Color information

#BAD853 (or 0xBAD853) is unknown color: approx Conifer. HEX triplet: BA, D8 and 53. RGB value is (186,216,83). Sum of RGB (Red+Green+Blue) = 186+216+83=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD853 is #4527AC. Grayscale: #C0C0C0. Windows color (decimal): -4532141 or 5494970. OLE color: 5494970.

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

Color convert

RGB18621683-
CMYK0.1400.620.15
HSL73.53º63.03%58.63%-
HSV(B)73.53º61.57%84.71%-
XYZ46.3760.1817.35-
YUV191.8766.56123.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 83 (32.81% from 255) = 17.11%
R=38.35%
G=44.54%
B=17.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186216830.1400.620.1573.5363.0358.63
HexBAD853E03EF4a3f3b
Octal27233012316076171127773
Binary101110101101100010100111110011111011111001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD853; }

 p { color: rgb(186,216,83); }

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

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

 a { background-color: rgb(186,216,83); }

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

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

 span { border-color: rgb(186,216,83); }

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