#BAD554

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

Shades of Conifer #BAD554

Tints of Conifer #BAD554

Color information

#BAD554 (or 0xBAD554) is unknown color: approx Conifer. HEX triplet: BA, D5 and 54. RGB value is (186,213,84). Sum of RGB (Red+Green+Blue) = 186+213+84=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD554 is #452AAB. Grayscale: #BEBEBE. Windows color (decimal): -4532908 or 5559738. OLE color: 5559738.

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

Color convert

RGB18621384-
CMYK0.1300.610.16
HSL72.56º60.56%58.24%-
HSV(B)72.56º60.56%83.53%-
XYZ45.6458.6717.31-
YUV190.2268.05124.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 84 (33.20% from 255) = 17.39%
R=38.51%
G=44.10%
B=17.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213840.1300.610.1672.5660.5658.24
HexBAD554D03D10493d3a
Octal27232512415075201117572
Binary1011101011010101101010011010111101100001001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD554; }

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

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

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

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

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

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

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

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