#BAD559

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

Shades of Conifer #BAD559

Tints of Conifer #BAD559

Color information

#BAD559 (or 0xBAD559) is unknown color: approx Conifer. HEX triplet: BA, D5 and 59. RGB value is (186,213,89). Sum of RGB (Red+Green+Blue) = 186+213+89=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD559 is #452AA6. Grayscale: #BFBFBF. Windows color (decimal): -4532903 or 5887418. OLE color: 5887418.

HSL color Cylindrical-coordinate representation of color #BAD559: hue angle of 73.06º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAD559 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB18621389-
CMYK0.1300.580.16
HSL73.06º59.62%59.22%-
HSV(B)73.06º58.22%83.53%-
XYZ45.8558.7518.37-
YUV190.7970.55124.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 89 (35.16% from 255) = 18.24%
R=38.11%
G=43.65%
B=18.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213890.1300.580.1673.0659.6259.22
HexBAD559D03A10493c3b
Octal27232513115072201117473
Binary1011101011010101101100111010111010100001001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD559; }

 p { color: rgb(186,213,89); }

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

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

 a { background-color: rgb(186,213,89); }

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

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

 span { border-color: rgb(186,213,89); }

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