#BAD350

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

Shades of Conifer #BAD350

Tints of Conifer #BAD350

Color information

#BAD350 (or 0xBAD350) is unknown color: approx Conifer. HEX triplet: BA, D3 and 50. RGB value is (186,211,80). Sum of RGB (Red+Green+Blue) = 186+211+80=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD350 is #452CAF. Grayscale: #BDBDBD. Windows color (decimal): -4533424 or 5297082. OLE color: 5297082.

HSL color Cylindrical-coordinate representation of color #BAD350: hue angle of 71.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD350 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB18621180-
CMYK0.1200.620.17
HSL71.45º59.82%57.06%-
HSV(B)71.45º62.09%82.75%-
XYZ44.9957.6116.34-
YUV188.5966.72126.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 211 (82.81% from 255) = 44.23%
BLUE value IS 80 (31.64% from 255) = 16.77%
R=38.99%
G=44.23%
B=16.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186211800.1200.620.1771.4559.8257.06
HexBAD350C03E11473c39
Octal27232312014076211077471
Binary1011101011010011101000011000111110100011000111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD350; }

 p { color: rgb(186,211,80); }

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

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

 a { background-color: rgb(186,211,80); }

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

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

 span { border-color: rgb(186,211,80); }

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